Click or drag to resize

IInitializeRequired Interface

Defines an interface that offers initialize and shutdown methods for plugins that need them.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public interface IInitializeRequired

The IInitializeRequired type exposes the following members.

Methods
 NameDescription
Public methodInitialize Called once after the plugin is loaded to allow initialization.
Public methodShutdown Called before the program shuts down to allow freeing plugin resources.
Top
See Also