Method | Description | |
---|---|---|
CanExecute ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool |
Determines whether this instance can execute the specified command.
|
|
Execute ( MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console ) : IProcessAsyncOperation |
Executes the specified command.
|
public CanExecute ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool | ||
command | MonoDevelop.Core.Execution.ExecutionCommand | The command. |
return | bool |
public Execute ( MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console ) : IProcessAsyncOperation | ||
command | MonoDevelop.Core.Execution.ExecutionCommand | The command. |
console | IConsole | The console. |
return | IProcessAsyncOperation |