The ConsoleKeyInfo type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkKey
Gets the console key represented by the current ConsoleKeyInfo object.
Public propertySupported by the .NET Compact FrameworkKeyChar
Gets the Unicode character represented by the current ConsoleKeyInfo object.
Public propertySupported by the .NET Compact FrameworkModifiers
Gets a bitwise combination of System.ConsoleModifier values that specifies one or more modifier keys pressed simultaneously with the console key.

See Also