C# 클래스 UIAComWrapperTests.AppHost

상속: IDisposable
파일 보기 프로젝트 열기: geeksree/cSharpGeeks 1 사용 예제들

공개 메소드들

메소드 설명
AppHost ( string program, string args ) : System

비공개 메소드들

메소드 설명
ActiveWaitForHwnd ( int pid ) : IntPtr
GetClassName ( IntPtr hwnd, System str, int nMaxCount ) : int
GetDesktopWindow ( ) : IntPtr
GetWindow ( IntPtr hwnd, int dir ) : IntPtr
GetWindowText ( IntPtr hwnd, System str, int nMaxCount ) : int
GetWindowThreadProcessId ( IntPtr hwnd, int &pid ) : int
IsWindowVisible ( IntPtr hwnd ) : bool
PostMessage ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SendMessage ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr
System ( ) : void
TryFindWindowNow ( int pid, string className, string windowTitle ) : IntPtr
WaitForInputIdle ( IntPtr hProcess, int dwMilliseconds ) : int

메소드 상세

AppHost() 공개 메소드

public AppHost ( string program, string args ) : System
program string
args string
리턴 System