Method | Description | |
---|---|---|
PushForLifetime ( ConsoleKey key, ConsoleModifiers modifier, System.Action handler, |
||
PushForLifetime ( ConsoleKey key, ConsoleModifiers modifier, Action |
||
PushUnmanaged ( ConsoleKey key, ConsoleModifiers modifier, System.Action handler ) : |
||
PushUnmanaged ( ConsoleKey key, ConsoleModifiers modifier, Action |
||
TryIntercept ( |
public PushForLifetime ( ConsoleKey key, ConsoleModifiers modifier, System.Action handler, |
||
key | ConsoleKey | |
modifier | ConsoleModifiers | |
handler | System.Action | |
manager | ||
return | void |
public PushForLifetime ( ConsoleKey key, ConsoleModifiers modifier, Action |
||
key | ConsoleKey | |
modifier | ConsoleModifiers | |
handler | Action |
|
manager | ||
return | void |
public PushUnmanaged ( ConsoleKey key, ConsoleModifiers modifier, System.Action handler ) : |
||
key | ConsoleKey | |
modifier | ConsoleModifiers | |
handler | System.Action | |
return |
public PushUnmanaged ( ConsoleKey key, ConsoleModifiers modifier, Action |
||
key | ConsoleKey | |
modifier | ConsoleModifiers | |
handler | Action |
|
return |
public TryIntercept ( |
||
keyInfo | ||
return | bool |