Ejemplo n.º 1
0
        protected override bool OnCanRun(MonoDevelop.Core.Execution.IExecutionHandler executionContext)
        {
            var runnerCmd = GetCustomConsoleRunnerCommand();

            if (runnerCmd != null)
            {
                return(executionContext.CanExecute(runnerCmd));
            }
            return(Runtime.ProcessService.IsValidForRemoteHosting(executionContext));
        }
 protected override bool OnCanRun(MonoDevelop.Core.Execution.IExecutionHandler executionContext)
 {
     return(Runtime.ProcessService.IsValidForRemoteHosting(executionContext));
 }