Click or drag to resize

ExecutionResult Class

A serializable execution result for remote execution hosts.
Inheritance Hierarchy
SystemObject
  Mastersign.Bench.RemoteExecHostExecutionResult

Namespace:  Mastersign.Bench.RemoteExecHost
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
[SerializableAttribute]
public class ExecutionResult

The ExecutionResult type exposes the following members.

Constructors
  NameDescription
Public methodExecutionResult
Initializes a new instance of ExecutionResult.
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
Fields
  NameDescription
Public fieldExitCode
The exit code of the executed process.
Public fieldTranscriptPath
An absolute path to a text file, containing the transcript of the process output.
Top
See Also