CommandProcessor Class

Summary

This class handles executing external executables in order to process commands.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Base Types
  • object
graph TD Base0["object"]-->Type Type["CommandProcessor"] class Type type-node

Syntax

public static class CommandProcessor

Methods

Name Value Summary
BeginExecute(string, string, ICommand, KeyValuePair<string, string>[], IEnumerable<string>, AsyncCallback) IAsyncResult
Executes the given executable to process the given command asynchronously.
static
EndExecute(IAsyncResult) void
Finalizes asynchronous execution of the command.
static
Execute(string, string, ICommand, KeyValuePair<string, string>[], IEnumerable<string>) void
Executes the given executable to process the given command.
static