RTProcess.Start Method (ProcessStartInfo)

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
)

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

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