C# Class WinQuickLook.KeyboardHook

Inheritance: IDisposable
Afficher le fichier Open project: shibayan/WinQuickLook Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
KeyboardHook ( System.Action performAction, System.Action changeAction, System.Action cancelAction ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
IsNoModifierKey ( ) : bool
KeyboardHookProc ( int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

KeyboardHook() public méthode

public KeyboardHook ( System.Action performAction, System.Action changeAction, System.Action cancelAction ) : System
performAction System.Action
changeAction System.Action
cancelAction System.Action
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void