RTProcess.Start Method (String, String, UInt64, UInt32)

NOTE: This overload is deprecated and will be removed in a future release.

Starts a process resource by specifying the name of a document or application file and associates the resource with a new IntervalZero.RTX64.RTAPI.Diagnostics.RTProcess object.

Namespace:  IntervalZero.RTX64.RTAPI.Diagnostics.RTProcess
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public static RTProcess Start(
	string fileName,
	string arguments,
	ulong processAffintyMask,
	uint idealProcessor
)

Parameters

fileName
Type: System.String
The absolute pathname of the application to run.
arguments
Type: System.String
Command-line arguments to pass when starting the process
processAffintyMask
Type: System.UInt64
Bit mask indicating what processor(s) process should be run on by the scheduler.
idealProcessor
Type: System.UInt32
Thread attribute that specifies a processor on which the system should attempt to schedule the thread for execution

Return Value

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