Click or drag to resize

IPlatformInitializer Interface

Platform extension for 3rd party libraries to provide additional controls or functionality

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IPlatformInitializer

The IPlatformInitializer type exposes the following members.

Methods
  NameDescription
Public methodInitialize
Called to add specific functionality to the specified platform
Top
Remarks
This is implemented for types that are referenced using the ExportInitializerAttribute.
See Also

Reference