C# Class UIAComWrapperTests.AppHost

Inheritance: IDisposable
显示文件 Open project: geeksree/cSharpGeeks Class Usage Examples

Public Methods

Method Description
AppHost ( string program, string args ) : System

Private Methods

Method Description
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

Method Details

AppHost() public method

public AppHost ( string program, string args ) : System
program string
args string
return System