C# 클래스 UnmanagedCode, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
EnumWindowsCallBack ( int Hwnd, ProcessWatcher, processWatcher ) : bool

비공개 메소드들

메소드 설명
EnumWindows ( EnumWindowsDelegate CallBack, ProcessWatcher, processWatcher ) : int
GetClassName ( int hWnd, StringBuilder sb, int maxCount ) : void
GetWindowText ( int hWnd, StringBuilder sb, int maxCount ) : void
IsAltTabWindow ( int hwnd ) : bool
IsWindowVisible ( int hWnd ) : bool

메소드 상세

EnumWindowsCallBack() 공개 정적인 메소드

public static EnumWindowsCallBack ( int Hwnd, ProcessWatcher, processWatcher ) : bool
Hwnd int
processWatcher ProcessWatcher,
리턴 bool