C# 클래스 Emveepee.Addin.ProfilerExecutionHandler

상속: MonoDevelop.Ide.Execution.ParameterizedExecutionHandler
파일 보기 프로젝트 열기: mono/emveepee

공개 메소드들

메소드 설명
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

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( MonoDevelop.Core.Execution.ExecutionCommand command ) : bool
command MonoDevelop.Core.Execution.ExecutionCommand
리턴 bool

CreateEditor() 공개 메소드

public CreateEditor ( ) : IExecutionConfigurationEditor
리턴 IExecutionConfigurationEditor

Execute() 공개 메소드

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