메소드 | 설명 | |
---|---|---|
CanExecute ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool | ||
CreateEditor ( ) : IExecutionConfigurationEditor | ||
Execute ( MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console, MonoDevelop.Ide.Execution.CommandExecutionContext ctx, object config_data ) : IProcessAsyncOperation |
public CanExecute ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool | ||
command | MonoDevelop.Core.Execution.ExecutionCommand | |
리턴 | bool |
public CreateEditor ( ) : IExecutionConfigurationEditor | ||
리턴 | IExecutionConfigurationEditor |
public Execute ( MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console, MonoDevelop.Ide.Execution.CommandExecutionContext ctx, object config_data ) : IProcessAsyncOperation | ||
command | MonoDevelop.Core.Execution.ExecutionCommand | |
console | IConsole | |
ctx | MonoDevelop.Ide.Execution.CommandExecutionContext | |
config_data | object | |
리턴 | IProcessAsyncOperation |