Click or drag to resize

PluginLoader Methods

The PluginLoader type exposes the following members.

Methods
  NameDescription
Public methodInit
Initializes the adapter loader.

Invoked before the engine instance is fully initialized. Thereby this is not the place to look up an engine instance from and use it. Use the PostInitialize method instead.

Public methodPostInitialize
Called after an engine instances has fully initialized and is already registered with .
Top
See Also