C# Class MonoDevelop.Monobjc.MonobjcExecutionHandler

A Monobjc's version of a execution handler.
Inheritance: IExecutionHandler
Exibir arquivo Open project: Monobjc/monobjc-monodevelop

Public Methods

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.

Method Details

CanExecute() public method

Determines whether this instance can execute the specified command.
public CanExecute ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool
command MonoDevelop.Core.Execution.ExecutionCommand The command.
return bool

Execute() public method

Executes the specified command.
public Execute ( MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console ) : IProcessAsyncOperation
command MonoDevelop.Core.Execution.ExecutionCommand The command.
console IConsole The console.
return IProcessAsyncOperation