Click or drag to resize
CommandAction Constructor (String)
Creates a new CommandAction with the given command.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CommandAction(
	string command
)

Parameters

command
Type: SystemString
the CLI command to execute.
See Also