IConsole |
public interface IConsoleInput
The IConsoleInput type exposes the following members.
| Name | Description | |
|---|---|---|
| KeyAvailable | Gets a value indicating whether a key press is available in the input stream. |
| Name | Description | |
|---|---|---|
| ReadKey | Reads a key from stdin and displays it in the console. | |
| ReadKey(Boolean) | Reads a key from stdin and optionally displays it in the console. | |
| ReadKeyWithControlCAsInput | Reads a key from stdin. Does not display it. Also allows Control-C as input. |
| Name | Description | |
|---|---|---|
| CancelKeyPress |