Click or drag to resize

PluginCommand(String) Constructor

Initializes a new instance of the PluginCommand class without value.

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

Parameters

name  String
The command name.
See Also