C# 클래스 UiaControlsTest.TargetApp

상속: IDisposable
파일 보기 프로젝트 열기: TestStack/uia-custom-pattern-managed 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
Start ( ) : void
TargetApp ( string cmdLine ) : System
TargetApp ( string cmdLine, string args ) : System
TryOpenExisting ( ) : bool
WaitForWindow ( int pid, string className, string windowTitle ) : IntPtr

비공개 메소드들

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

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

TargetApp() 공개 메소드

public TargetApp ( string cmdLine ) : System
cmdLine string
리턴 System

TargetApp() 공개 메소드

public TargetApp ( string cmdLine, string args ) : System
cmdLine string
args string
리턴 System

TryOpenExisting() 공개 메소드

public TryOpenExisting ( ) : bool
리턴 bool

WaitForWindow() 공개 정적인 메소드

public static WaitForWindow ( int pid, string className, string windowTitle ) : IntPtr
pid int
className string
windowTitle string
리턴 System.IntPtr