Click or drag to resize

ProcessController Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ProcessController class.

Namespace:  TrafficSimulation.Simulation.Applications
Assembly:  TrafficSimulation.Simulation.Applications (in TrafficSimulation.Simulation.Applications.exe) Version: 1.0.0.2 (1.0.0.2)
Syntax
protected ProcessController(
	bool forceKillOnExit,
	string processName,
	string relativePathToProcess,
	string startParameter,
	bool createWindow = false
)

Parameters

forceKillOnExit
Type: SystemBoolean
if set to true [force kill on exit].
processName
Type: SystemString
Name of the process.
relativePathToProcess
Type: SystemString
The relative path to exe.
startParameter
Type: SystemString
The start parameter.
createWindow (Optional)
Type: SystemBoolean
if set to true [create window].
See Also