C# Class Rubberduck.Common.RubberduckHooks

Inheritance: IRubberduckHooks
Afficher le fichier Open project: retailcoder/Rubberduck

Méthodes publiques

Méthode Description
AddHook ( IAttachable hook ) : void
Attach ( ) : void
Detach ( ) : void
Dispose ( ) : void
HookHotkeys ( ) : void
RubberduckHooks ( VBE vbe, IGeneralConfigService config ) : System

Private Methods

Méthode Description
HandleActivateAppMessage ( IntPtr wParam ) : void
HandleHotkeyMessage ( IntPtr wParam ) : bool
LoWord ( IntPtr dw ) : int
OnMessageReceived ( object sender, HookEventArgs args ) : void
WindowProc ( IntPtr hWnd, uint uMsg, IntPtr wParam, IntPtr lParam ) : IntPtr
hook_MessageReceived ( object sender, HookEventArgs e ) : void

Method Details

AddHook() public méthode

public AddHook ( IAttachable hook ) : void
hook IAttachable
Résultat void

Attach() public méthode

public Attach ( ) : void
Résultat void

Detach() public méthode

public Detach ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HookHotkeys() public méthode

public HookHotkeys ( ) : void
Résultat void

RubberduckHooks() public méthode

public RubberduckHooks ( VBE vbe, IGeneralConfigService config ) : System
vbe VBE
config IGeneralConfigService
Résultat System