mscorlib(4.0.0.0) API with additions
ConsoleModifiers.cs
1 namespace System
2 {
5  [Flags]
6  public enum ConsoleModifiers
7  {
9  Alt = 0x1,
11  Shift = 0x2,
13  Control = 0x4
14  }
15 }
Definition: __Canon.cs:3
The left or right ALT modifier key.
ConsoleModifiers
Represents the SHIFT, ALT, and CTRL modifier keys on a keyboard.
The left or right CTRL modifier key.
Specifies that the class can be serialized.
The left or right SHIFT modifier key.