ExportInitializerAttributeInitializerType Property |
Type of the extension class to instantiate when the assembly this attribute is supplied on is loaded by the platform.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Type InitializerType { get; }
Public ReadOnly Property InitializerType As Type
Get
member InitializerType : Type with get
Property Value
Type:
TypeThe type of the extension.
Remarks
This type should usually implement
IPlatformInitializer so that it can know what platform it is being loaded on.
See Also