The ConsoleKeyInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Key |
Gets the console key represented by the current ConsoleKeyInfo object.
| |
| KeyChar |
Gets the Unicode character represented by the current ConsoleKeyInfo object.
| |
| Modifiers |
Gets a bitwise combination of System.ConsoleModifier values that specifies
one or more modifier keys pressed simultaneously with the console key.
|