C# Class Tibialyzer.WindowFocusWatcher

Inheritance: IDisposable
Mostra file Open project: Mytherin/Tibialyzer Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Dispose ( bool disposing ) : void
WindowFocusWatcher ( WindowFocusWatcherEvent e ) : System

Private Methods

Method Description
WinEventProc ( IntPtr hWinEventHook, uint eventType, IntPtr hwnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

WindowFocusWatcher() public method

public WindowFocusWatcher ( WindowFocusWatcherEvent e ) : System
e WindowFocusWatcherEvent
return System