예제 #1
0
            public IProcessAsyncOperation Execute(ExecutionCommand command, IConsole console)
            {
                MonoProfilerExecutionHandler h = new MonoProfilerExecutionHandler(profiler);

                return(h.Execute(command, console));
            }
예제 #2
0
			public IProcessAsyncOperation Execute (ExecutionCommand command, IConsole console)
			{
				MonoProfilerExecutionHandler h = new MonoProfilerExecutionHandler (profiler);
				return h.Execute (command, console);
			}