C# Class ExcelDna.IntelliSense.WinEventHook

Inheritance: IDisposable
Afficher le fichier Open project: Excel-DNA/IntelliSense Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

WinEventHook() public méthode

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