MonoDevelop.Projects.DotNetProject.DefaultDotNetProjectExtension.OnExecuteCommand C# (CSharp) Method

OnExecuteCommand() protected method

protected OnExecuteCommand ( MonoDevelop.Core.ProgressMonitor monitor, ExecutionContext context, MonoDevelop.Projects.ConfigurationSelector configuration, MonoDevelop.Core.Execution.ExecutionCommand executionCommand ) : Task
monitor MonoDevelop.Core.ProgressMonitor
context ExecutionContext
configuration MonoDevelop.Projects.ConfigurationSelector
executionCommand MonoDevelop.Core.Execution.ExecutionCommand
return Task
			internal protected override Task OnExecuteCommand (ProgressMonitor monitor, ExecutionContext context, ConfigurationSelector configuration, ExecutionCommand executionCommand)
			{
				return Project.OnExecuteCommand (monitor, context, configuration, executionCommand);
			}