Click or drag to resize

ExecutionRequest Class

A serializable execution request for remote execution hosts.
Inheritance Hierarchy
SystemObject
  Mastersign.Bench.RemoteExecHostExecutionRequest

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

The ExecutionRequest type exposes the following members.

Constructors
  NameDescription
Public methodExecutionRequest
Initializes a new instance of ExecutionRequest.
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 fieldArguments
The command line argument string to pass to the executable.
Public fieldExecutable
An absolute path to the executable to run.
Public fieldWorkingDirectory
The directory in which the execution shell take place.
Top
See Also