Click or drag to resize

PluginCommand(String, Boolean) Constructor

Initializes a new instance of the PluginCommand class.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public PluginCommand(
	string name,
	bool value
)

Parameters

name  String
The command name.
value  Boolean
The command value.
See Also