C# 클래스 Plugins.Processes.ForegroundTracker

상속: IDisposable
파일 보기 프로젝트 열기: brunomlopes/ILoveLucene

공개 메소드들

메소드 설명
Dispose ( ) : void
ForegroundTracker ( Action changedProcess ) : System
Start ( ) : ForegroundTracker

비공개 메소드들

메소드 설명
GetWindowThreadProcessId ( IntPtr hWnd, uint &lpdwProcessId ) : void
SetWinEventHook ( uint eventMin, uint eventMax, IntPtr hmodWinEventProc, WinEventDelegate lpfnWinEventProc, uint idProcess, uint idThread, uint dwFlags ) : IntPtr
UnhookWinEvent ( IntPtr hWinEventHook ) : bool
WinEventProc ( IntPtr hWinEventHook, uint eventType, IntPtr hwnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ForegroundTracker() 공개 메소드

public ForegroundTracker ( Action changedProcess ) : System
changedProcess Action
리턴 System

Start() 공개 메소드

public Start ( ) : ForegroundTracker
리턴 ForegroundTracker