C# Класс PowerArgs.Cli.KeyboardInterceptionManager

Показать файл Открыть проект

Открытые методы

Метод Описание
PushForLifetime ( ConsoleKey key, ConsoleModifiers modifier, System.Action handler, LifetimeManager manager ) : void
PushForLifetime ( ConsoleKey key, ConsoleModifiers modifier, Action handler, LifetimeManager manager ) : void
PushUnmanaged ( ConsoleKey key, ConsoleModifiers modifier, System.Action handler ) : Subscription
PushUnmanaged ( ConsoleKey key, ConsoleModifiers modifier, Action handler ) : Subscription
TryIntercept ( ConsoleKeyInfo keyInfo ) : bool

Описание методов

PushForLifetime() публичный Метод

public PushForLifetime ( ConsoleKey key, ConsoleModifiers modifier, System.Action handler, LifetimeManager manager ) : void
key ConsoleKey
modifier ConsoleModifiers
handler System.Action
manager LifetimeManager
Результат void

PushForLifetime() публичный Метод

public PushForLifetime ( ConsoleKey key, ConsoleModifiers modifier, Action handler, LifetimeManager manager ) : void
key ConsoleKey
modifier ConsoleModifiers
handler Action
manager LifetimeManager
Результат void

PushUnmanaged() публичный Метод

public PushUnmanaged ( ConsoleKey key, ConsoleModifiers modifier, System.Action handler ) : Subscription
key ConsoleKey
modifier ConsoleModifiers
handler System.Action
Результат Subscription

PushUnmanaged() публичный Метод

public PushUnmanaged ( ConsoleKey key, ConsoleModifiers modifier, Action handler ) : Subscription
key ConsoleKey
modifier ConsoleModifiers
handler Action
Результат Subscription

TryIntercept() публичный Метод

public TryIntercept ( ConsoleKeyInfo keyInfo ) : bool
keyInfo System.ConsoleKeyInfo
Результат bool