IPleaseIncludeInBinaryThanks
Description
- Extended by
-
ConfigValueBrowser abstract
HttpFileSystem sealed
IConfiguratorBase
IconItem sealed
IFileFormat
ILogger
ILogMessage
ISerialTypeInfo
ProfilerValue sealed
Singleton abstract
TinmanModule abstract
TutorialInfoBase abstract
The IPleaseIncludeInBinaryThanks interface is used to force linkage and initialization of certain code.
Public / Methods
PleaseIncludeInBinaryThanks
This is a method that forces the compiler / linker to include this type in the resulting binary.
Calling this stub method makes sure that all lazy constructor calls have been made.
To initialize everything, an application needs to call this method on its root module(s) (see TinmanModule), followed by a call to TinmanModule.Initialize.
Extensions
PleaseIncludeInBinaryAndInitializeThanks
Helper method that calls IPleaseIncludeInBinaryThanks.PleaseIncludeInBinaryThanks, followed by a call to TinmanModule.Initialize.
- LicenceException
-
If initialization has failed because of missing resp. invalid licence keys.