Starts a process resource by specifying the name of a document or application
file and associates the resource with a new IntervalZero.Diagnostics.RealTimeProcess component.
Namespace: RTX.DiagnosticsAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Parameters
- fileName
- Type:
System String
The name of a document or application file to run in the process.
- arguments
- Type:
System String
Command-line arguments to pass when starting the process
Return Value
Type: RTProcessA new IntervalZero.Diagnostics.RealTimeProcess component that is associated with the process resource, or null if no process resource is started.
See Also