C# Class ExcelDna.IntelliSense.WinEventHook

Inheritance: IDisposable
ファイルを表示 Open project: Excel-DNA/IntelliSense Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
WinEventHook ( WinEvent eventMin, WinEvent eventMax, SynchronizationContext syncContextAuto, IntPtr hWndFilterOrZero ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
HandleWinEvent ( IntPtr hWinEventHook, WinEvent eventType, IntPtr hWnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void
OnWinEventReceived ( object winEventArgsObj ) : void
SetWinEventHook ( WinEvent eventMin, WinEvent eventMax, IntPtr hmodWinEventProc, WinEventDelegate lpfnWinEventProc, uint idProcess, uint idThread, SetWinEventHookFlags dwFlags ) : IntPtr
UnhookWinEvent ( IntPtr hWinEventHook ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

WinEventHook() public method

public WinEventHook ( WinEvent eventMin, WinEvent eventMax, SynchronizationContext syncContextAuto, IntPtr hWndFilterOrZero ) : System
eventMin WinEvent
eventMax WinEvent
syncContextAuto System.Threading.SynchronizationContext
hWndFilterOrZero System.IntPtr
return System