Property | Type | Description | |
---|---|---|---|
Command | Command | ||
CommandLine | string |
Method | Description | |
---|---|---|
CommandTuple ( string commandLine, Command command ) : System |
Creates a new command tuple.
|
public CommandTuple ( string commandLine, Command command ) : System | ||
commandLine | string | The full command-line rooted in the filesystem. |
command | Command | The command coressponding to the execution of the command-line. |
return | System |