Click or drag to resize

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; }

Property Value

Type: Type
The 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