ProcessExecutionResult Class |
Namespace: Mastersign.Bench
The ProcessExecutionResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ProcessExecutionResult(Int32) |
Initializes a new instance of ProcessExecutionResult.
| |
| ProcessExecutionResult(Int32, String) |
Initializes a new instance of ProcessExecutionResult.
|
| Name | Description | |
|---|---|---|
| ExitCode |
The exit code of the process.
If this value is 0, he process is considered to be successfull.
| |
| Output |
The process output as string, or null.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |