RTProcess.Start Method (ProcessStartInfo, UInt64, UInt32)

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

Starts the process resource that is specified by the RTProcess object.StartInfo. property of this RTProcess object and associates it with the object

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

Syntax
public static RTProcess Start(
	ProcessStartInfo startInfo,
	ulong processAffintyMask,
	uint idealProcessor
)

Parameters

startInfo
Type: System.Diagnostics.ProcessStartInfo
The RTProcess objectStartInfo that contains the information that is used to start the process, including the file name and any command-line arguments
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