Click or drag to resize

ProcessExecutionResult Class

This class represents the result from a Windows process execution.
Inheritance Hierarchy
SystemObject
  Mastersign.BenchProcessExecutionResult

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class ProcessExecutionResult

The ProcessExecutionResult type exposes the following members.

Constructors
  NameDescription
Public methodProcessExecutionResult(Int32)
Initializes a new instance of ProcessExecutionResult.
Public methodProcessExecutionResult(Int32, String)
Initializes a new instance of ProcessExecutionResult.
Top
Properties
  NameDescription
Public propertyExitCode
The exit code of the process. If this value is 0, he process is considered to be successfull.
Public propertyOutput
The process output as string, or null.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also