| CommandAction Constructor (String) |
Creates a new CommandAction with the given command.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public CommandAction(
string command
)
Public Sub New (
command As String
)
public:
CommandAction(
String^ command
)
new :
command : string -> CommandAction
Parameters
- command
- Type: SystemString
the CLI command to execute.
See Also