Click or drag to resize

ProcessExecutionResult Constructor (Int32, String)

Initializes a new instance of ProcessExecutionResult.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public ProcessExecutionResult(
	int exitCode,
	string output
)

Parameters

exitCode
Type: SystemInt32
The exit code of the process.
output
Type: SystemString
The output of the process decoded as a string.
See Also