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.DiagnosticsAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Parameters
- startInfo
- Type:
System.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: RTProcessA new IntervalZero.Diagnostics.RealTimeProcess component that is associated with the process resource, or null if no process resource is started
See Also