Base interface for classes that create values from config values.
interface
|
IConfiguratorBase
|
extends
|
IPleaseIncludeInBinaryThanks
|
||
base of
|
IConfigurator
|
||||
IConfiguratorObject
|
Returns the configuration type of this configurator.
property
|
Type
{
get
}
|
||
type
|
ConfigType
|
||
value
|
|
The configuration type. |
This is a no-op method that forces the compiler / linker to include this type in the resulting binary.
method
|
PleaseIncludeInBinaryThanks
()
|
||
inherited
|
IPleaseIncludeInBinaryThanks.PleaseIncludeInBinaryThanks
|
Remarks:
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 PleaseIncludeInBinaryThanksAll.