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 |
IAsyncResult |
Executes the given executable to process the given command asynchronously.
static
|
EndExecute |
void |
Finalizes asynchronous execution of the command.
static
|
Execute |
void |
Executes the given executable to process the given command.
static
|