IGeneric |
The IGenericPlugin type exposes the following members.
| Name | Description | |
|---|---|---|
| AcceptApiInstance |
Is called during plugin initialization on CompreDriveControl start and allows the plugin to receive an API interface of the CompreDriveControl instance it is loaded into.
(Inherited from ICommandAcceptor) | |
| ExecuteCommand |
Execute the given command.
(Inherited from ICommandAcceptor) | |
| GetAvailableCommands |
Get the commands available to run.
(Inherited from ICommandAcceptor) | |
| Setup | Is called once during CompreDriveControl startup and allows for initialization. | |
| Shutdown | Is called once during CompreDriveControl shutdown. Allows for cleaning up plugin resources. | |
| StartPlugin | Is called when the plugin is activated, i.e. by the user clicking the start plugin button. | |
| StopPlugin | Is called when the plugin is deactivated, i.e. by the user clicking the stop plugin button. |