Console.ReadKey Method
.NET Framework 4.5
Obtains the next character or function key pressed by the user.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ReadKey() | Obtains the next character or function key pressed by the user. The pressed key is displayed in the console window. |
|
ReadKey(Boolean) | Obtains the next character or function key pressed by the user. The pressed key is optionally displayed in the console window. |