C# 클래스 YetAnotherRelogger.Helpers.Tools.KeyboardHook

상속: IDisposable
파일 보기 프로젝트 열기: sinterlkaas/YetAnotherRelogger 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
KeyboardHook ( ) : System
RegisterHotKey ( ModifierKeys modifier, Keys key ) : int

Registers a hot key in the system.

UnregisterHotkey ( int id ) : bool

Unregisters a hot key

비공개 메소드들

메소드 설명
RegisterHotKey ( IntPtr hWnd, int id, uint fsModifiers, uint vk ) : bool
UnregisterHotKey ( IntPtr hWnd, int id ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

KeyboardHook() 공개 메소드

public KeyboardHook ( ) : System
리턴 System

RegisterHotKey() 공개 메소드

Registers a hot key in the system.
public RegisterHotKey ( ModifierKeys modifier, Keys key ) : int
modifier ModifierKeys The modifiers that are associated with the hot key.
key Keys The key itself that is associated with the hot key.
리턴 int

UnregisterHotkey() 공개 메소드

Unregisters a hot key
public UnregisterHotkey ( int id ) : bool
id int Hotkey id
리턴 bool