1 instantiation of ConsoleKeyInfo
mscorlib (1)
system\console.cs (1)
1554
ConsoleKeyInfo info = new
ConsoleKeyInfo
((char)ir.keyEvent.uChar, (ConsoleKey) ir.keyEvent.virtualKeyCode, shift, alt, control);
10 references to ConsoleKeyInfo
mscorlib (10)
system\console.cs (3)
1436
public static
ConsoleKeyInfo
ReadKey()
1476
public static
ConsoleKeyInfo
ReadKey(bool intercept)
1554
ConsoleKeyInfo
info = new ConsoleKeyInfo((char)ir.keyEvent.uChar, (ConsoleKey) ir.keyEvent.virtualKeyCode, shift, alt, control);
system\consolekeyinfo.cs (7)
59
if (value is
ConsoleKeyInfo
)
60
return Equals((
ConsoleKeyInfo
)value);
65
public bool Equals(
ConsoleKeyInfo
obj)
70
public static bool operator ==(
ConsoleKeyInfo
a,
ConsoleKeyInfo
b)
75
public static bool operator !=(
ConsoleKeyInfo
a,
ConsoleKeyInfo
b)