IntervalZero RTX64 Managed Code Framework
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.RTProcessAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

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: RTProcessA new IntervalZero.RTX64.RTAPI.Diagnostics.RTProcess object that is associated with the process resource, or null if no process resource is started
