Метод | Описание | |
---|---|---|
BasePlugin ( IPluginDescriptor pluginDescriptor ) : System |
Initializes a new instance of the BasePlugin class.
|
|
Initialize ( IHawkeyeHost host ) : void |
Initializes this plugin passing it the specified host.
|
Метод | Описание | |
---|---|---|
EnsureInitialized ( ) : void |
Ensures this plugin is initialized; throws if not.
|
|
OnInitialized ( ) : void |
Called when the plugin has just been initialized.
|
public BasePlugin ( IPluginDescriptor pluginDescriptor ) : System | ||
pluginDescriptor | IPluginDescriptor | The plugin descriptor. |
Результат | System |
public Initialize ( IHawkeyeHost host ) : void | ||
host | IHawkeyeHost | The host. |
Результат | void |