Version:
RemoteProcessStartInfo Class
Contains process initialization information.
Inheritance Hierarchy
- object
- Inedo.Agents.RemoteProcessStartInfo
Syntax
public
class
RemoteProcessStartInfo
Properties
|
Name |
Description |
|
Arguments
|
Gets or sets the arguments to pass to the process.
|
|
EnvironmentVariables
|
Gets the environment variables.
|
|
FileName
|
Gets or sets the file name of the process to start.
|
|
OutputFileName
|
Gets or sets the name of the file to write process output to.
|
|
WorkingDirectory
|
Gets or sets the initial working directory of the process to start.
|