| ExecutionRequest Constructor |
Namespace:
Mastersign.Bench.RemoteExecHost
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public ExecutionRequest(
string wd,
string cmd,
string cmdArgs
)
Public Sub New (
wd As String,
cmd As String,
cmdArgs As String
)
Parameters
- wd
- Type: SystemString
An absolute path to the working directory for the execution. - cmd
- Type: SystemString
An absolute path to the executable. - cmdArgs
- Type: SystemString
The command line argument string.
See Also