ConsoleKey (System.ConsoleKey)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

Specifies the standard keys on a console.

VB.NET C#

C#

public enum struct ConsoleKey : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

.NET Framework Class Browser

Quickstart Class Browser ... Class System.ConsoleKey

Universal data type checker

... returns true CanConvert( " f637a876-9d58-4229-9559-a5e42a95fdac " , typeof (Guid)); // returns true CanConvert( " Backspace " , typeof (System.ConsoleKey)); // returns true ...

A Universal Data Type Checker | WebProNews

CanConvert("Backspace", typeof(System.ConsoleKey)); // returns true CanConvert("10px", typeof(System.Web.UI.WebControls.Unit)); // returns true

[IronPython] Problem with getpass.getpass() in IronPython

... initialize vars pwd ="" EnterPressed = False # Read while input not ends while not EnterPressed: key = Console.ReadKey(True) if key.Key == System.ConsoleKey.Enter ...

Changeset 1877 - IPython - Trac

249 309: ck=System.ConsoleKey : 250 310: while 1: 251 : e = System.Console.ReadKey(True) 311: try: 312: e = System.Console.ReadKey(True)

Changeset 2265 - IPython - Trac

306 306: ck=System.ConsoleKey : 307 307: while 1: 308 : try: 309 : e = System.Console.ReadKey(True) 310 : except KeyboardInterrupt:

Console.ReadKey Method (System)

Name Description Console.ReadKey () ... System Namespace System.ConsoleKey KeyAvailable TreatControlCAsInput CancelKeyPress

msdn2.microsoft.com

Mono Documentation

Mono Class Library : System Namespace System.ConsoleKey Enumeration: Note: This namespace, class, or member is supported only in version .NET 2.0 ...

Bounty Source - Clipboard.NET - Task #1213 - Different hotkey

I poked around in the source and I found the ShortcutKey setting in clipmon32.exe.config. At http://msdn2.microsoft.com/en-us/library/system.consolekey.aspx , I found a table of ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support