Click or drag to resize

IInitializeRequiredInitialize Method

Called once after the plugin is loaded to allow initialization.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
void Initialize()
Exceptions
ExceptionCondition
InvalidOperationExceptionIf initializing the plugin fails.
See Also