C# Class PsHandler.KeyboardHook

Inheritance: IDisposable
Exibir arquivo Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
KeyCombinationDownMethods List
KeyCombinationUpMethods List
KeyCombinationsDown List
KeyCombinationsUp List

Public Methods

Method Description
Dispose ( ) : void
KeyboardHook ( ) : System

Private Methods

Method 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 method

public Dispose ( ) : void
return void

KeyboardHook() public method

public KeyboardHook ( ) : System
return System

Property Details

KeyCombinationDownMethods public_oe property

public List KeyCombinationDownMethods
return List

KeyCombinationUpMethods public_oe property

public List KeyCombinationUpMethods
return List

KeyCombinationsDown public_oe property

public List KeyCombinationsDown
return List

KeyCombinationsUp public_oe property

public List KeyCombinationsUp
return List