C# Класс PoshCode.Interop.KeyboardHelper

Extension methods for working with Keyboards and KeyEvents
Показать файл Открыть проект

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

Метод Описание
ToKeyInfo ( this e ) : System.Management.Automation.Host.KeyInfo

Create a KeyInfo from a KeyEventArgs

Приватные методы

Метод Описание
GetChar ( int vk ) : char

Get the char from a VirtualKey -- MUST be called within the keyboard event handler.

GetControlKeyStates ( this kb ) : ControlKeyStates

Gets the control key states.

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

ToKeyInfo() публичный статический Метод

Create a KeyInfo from a KeyEventArgs
public static ToKeyInfo ( this e ) : System.Management.Automation.Host.KeyInfo
e this The KeyEventArgs
Результат System.Management.Automation.Host.KeyInfo