C# Class Rubberduck.Common.TimerHook

Inheritance: IAttachable, IDisposable
Exibir arquivo Open project: retailcoder/Rubberduck

Public Methods

Method Description
Attach ( ) : void
Detach ( ) : void
Dispose ( ) : void
TimerHook ( IntPtr mainWindowHandle ) : System

Private Methods

Method Description
OnTick ( ) : void
TimerCallback ( IntPtr hWnd, WindowLongFlags msg, IntPtr timerId, uint time ) : void

Method Details

Attach() public method

public Attach ( ) : void
return void

Detach() public method

public Detach ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

TimerHook() public method

public TimerHook ( IntPtr mainWindowHandle ) : System
mainWindowHandle System.IntPtr
return System