C# Class PsHandler.KeyboardHook

Inheritance: IDisposable
Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Свойство Type Description
KeyCombinationDownMethods List
KeyCombinationUpMethods List
KeyCombinationsDown List
KeyCombinationsUp List

Méthodes publiques

Méthode Description
Dispose ( ) : void
KeyboardHook ( ) : System

Private Methods

Méthode Description
CallNextHookEx ( IntPtr hhk, int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr
GetModuleHandle ( string lpModuleName ) : IntPtr
HookCallback ( int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr
SetHook ( LowLevelKeyboardProc proc ) : IntPtr
SetWindowsHookEx ( int idHook, LowLevelKeyboardProc lpfn, IntPtr hMod, uint dwThreadId ) : IntPtr
UnhookWindowsHookEx ( IntPtr hhk ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

KeyboardHook() public méthode

public KeyboardHook ( ) : System
Résultat System

Property Details

KeyCombinationDownMethods public_oe property

public List KeyCombinationDownMethods
Résultat List

KeyCombinationUpMethods public_oe property

public List KeyCombinationUpMethods
Résultat List

KeyCombinationsDown public_oe property

public List KeyCombinationsDown
Résultat List

KeyCombinationsUp public_oe property

public List KeyCombinationsUp
Résultat List