Click or drag to resize

IConsoleInput Methods

The IConsoleInput type exposes the following members.

Methods
  NameDescription
Public methodReadKey
Reads a key from stdin and displays it in the console.
Public methodReadKey(Boolean)
Reads a key from stdin and optionally displays it in the console.
Public methodReadKeyWithControlCAsInput
Reads a key from stdin. Does not display it. Also allows Control-C as input.
Top
See Also