C# Class Emveepee.Addin.ProfilerExecutionHandler

Inheritance: MonoDevelop.Ide.Execution.ParameterizedExecutionHandler
Afficher le fichier Open project: mono/emveepee

Méthodes publiques

Méthode Description
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

Method Details

CanExecute() public méthode

public CanExecute ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool
command MonoDevelop.Core.Execution.ExecutionCommand
Résultat bool

CreateEditor() public méthode

public CreateEditor ( ) : IExecutionConfigurationEditor
Résultat IExecutionConfigurationEditor

Execute() public méthode

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
Résultat IProcessAsyncOperation