| ProcessExecutionResult Constructor (Int32) |
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public ProcessExecutionResult(
int exitCode
)
Public Sub New (
exitCode As Integer
)
Parameters
- exitCode
- Type: SystemInt32
The exit code of the process.
See Also