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