C# Класс MonoDevelop.Monobjc.MonobjcExecutionHandler

A Monobjc's version of a execution handler.
Наследование: IExecutionHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CanExecute() публичный Метод

Determines whether this instance can execute the specified command.
public CanExecute ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool
command MonoDevelop.Core.Execution.ExecutionCommand The command.
Результат bool

Execute() публичный Метод

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.
Результат IProcessAsyncOperation