RTProcess StartInfo Property IntervalZero RTX Managed Code
Gets or sets the properties to passed to the IntervalZero.Diagnostics.RealTimeProcess.Start() method of the System.Diagnostics.Process.

Namespace:  RTX.Diagnostics
Assembly:  IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)

Syntax

public ProcessStartInfo StartInfo { get; set; }

Property Value

Type: OnlineProcessStartInfo
See Also