mscorlib(4.0.0.0) API with additions
ProcessWindowStyle.cs
1 namespace System.Diagnostics
2 {
4  public enum ProcessWindowStyle
5  {
7  Normal,
9  Hidden,
11  Minimized,
13  Maximized
14  }
15 }
ProcessWindowStyle
Specified how a new window should appear when the system starts a process.
The maximized window style. By default, the system enlarges a maximized window so that it fills the s...
The minimized window style. By default, the system reduces a minimized window to the size of its task...