Gets or sets the properties to passed to the IntervalZero.Diagnostics.RealTimeProcess.Start() method of the System.Diagnostics.Process.
Namespace: RTX.DiagnosticsAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
public ProcessStartInfo StartInfo { get; set; }
public ProcessStartInfo StartInfo { get; set; }
Public Property StartInfo As ProcessStartInfo
Get
Set
Public Property StartInfo As ProcessStartInfo
Get
Set
public:
property ProcessStartInfo^ StartInfo {
ProcessStartInfo^ get ();
void set (ProcessStartInfo^ value);
}
public:
property ProcessStartInfo^ StartInfo {
ProcessStartInfo^ get ();
void set (ProcessStartInfo^ value);
}
Property Value
Type:
ProcessStartInfo