C# 클래스 BolterLibrary.Imports

파일 보기 프로젝트 열기: usagiuke/BolterV2

보호된 프로퍼티들

프로퍼티 타입 설명
Hwnd System.IntPtr

보호된 메소드들

메소드 설명
EnumTheWindows ( IntPtr hWnd, IntPtr lParam ) : bool

비공개 메소드들

메소드 설명
EnumWindows ( EnumWindowsProc enumProc, IntPtr lParam ) : bool
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
GetWindowText ( IntPtr hWnd, StringBuilder strText, int maxCount ) : int
GetWindowTextLength ( IntPtr hWnd ) : int
GetWindowThreadProcessId ( IntPtr hWnd, uint &lpdwProcessId ) : uint
IsWindowVisible ( IntPtr hWnd ) : bool
PostMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, UIntPtr lParam ) : bool

메소드 상세

EnumTheWindows() 보호된 정적인 메소드

protected static EnumTheWindows ( IntPtr hWnd, IntPtr lParam ) : bool
hWnd System.IntPtr
lParam System.IntPtr
리턴 bool

프로퍼티 상세

Hwnd 보호되어 있는 정적으로 프로퍼티

protected static IntPtr,System Hwnd
리턴 System.IntPtr