System.Diagnostics.ProcessStartInfo.CreateNoWindow Property

Gets or sets a value indicating whether to start the process in a new window.

Syntax

[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.NotifyParentProperty(true)]
[System.Diagnostics.MonitoringDescription("Start this process with a new window.")]
public bool CreateNoWindow { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If the ProcessStartInfo.UseShellExecute property is true or the ProcessStartInfo.UserName and ProcessStartInfo.Password properties are not null, the ProcessStartInfo.CreateNoWindow property value is ignored and a new window is created.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0