ProcessInterface Class |
Namespace: ConsoleControlAPI
public class ProcessInterface
The ProcessInterface type exposes the following members.
| Name | Description | |
|---|---|---|
| ProcessInterface |
Initializes a new instance of the ProcessInterface class.
|
| Name | Description | |
|---|---|---|
| IsProcessRunning |
Gets a value indicating whether this instance is process running.
| |
| Process |
Gets the internal process.
| |
| ProcessArguments |
Gets the process arguments.
| |
| ProcessFileName |
Gets the name of the process.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| StartProcess |
Runs a process.
| |
| StopProcess |
Stops the process.
| |
| ToString | (Inherited from Object.) | |
| WriteInput |
Writes the input.
|
| Name | Description | |
|---|---|---|
| OnProcessError |
Occurs when process error output is produced.
| |
| OnProcessExit |
Occurs when the process ends.
| |
| OnProcessInput |
Occurs when process input is produced.
| |
| OnProcessOutput |
Occurs when process output is produced.
|