Свойство | Тип | Описание | |
---|---|---|---|
Command | Command | ||
CommandLine | string |
Метод | Описание | |
---|---|---|
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. |
Результат | System |