C# 클래스 ExcelDna.IntelliSense.WinEventHook

상속: IDisposable
파일 보기 프로젝트 열기: Excel-DNA/IntelliSense 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
WinEventHook ( WinEvent eventMin, WinEvent eventMax, SynchronizationContext syncContextAuto, IntPtr hWndFilterOrZero ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

WinEventHook() 공개 메소드

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