RTProcess Start Method (ProcessStartInfo) IntervalZero RTX Managed Code
Starts the process resource that is specified by the System.Diagnostics.Process.StartInfo. property of this System.Diagnostics.Process component and associates it with the 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(
	ProcessStartInfo startInfo
)

Parameters

startInfo
Type: OnlineSystem.Diagnostics ProcessStartInfo
The System.Diagnostics.ProcessStartInfo 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.Diagnostics.RealTimeProcess component that is associated with the process resource, or null if no process resource is started
See Also