RTProcess Start Method (String, String) IntervalZero RTX Managed Code
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.Diagnostics
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public static RTProcess Start(
	string fileName,
	string arguments
)

Parameters

fileName
Type: OnlineSystem String
The name of a document or application file to run in the process.
arguments
Type: OnlineSystem String
Command-line arguments to pass when starting the process

Return Value

Type: RTProcess
A new IntervalZero.Diagnostics.RealTimeProcess component that is associated with the process resource, or null if no process resource is started.
See Also