Method |
Description |
|
EnumChildWindows ( IntPtr hWndParent, WndEnumProc callback, int lParam ) : bool |
|
|
EnumWindows ( WndEnumProc callback, int lParam ) : bool |
|
|
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr |
|
|
GetWindowText ( IntPtr hWnd, StringBuilder lpString, int nMaxCount ) : int |
|
|
InternalGetWindowText ( IntPtr hWnd, StringBuilder lpString, int nMaxCount ) : int |
|
|
IsIconic ( IntPtr hWnd ) : bool |
|
|
OpenIcon ( IntPtr hWnd ) : bool |
|
|
RealGetWindowClass ( IntPtr hWnd, StringBuilder pszType, uint cchType ) : uint |
|
|
SetForegroundWindow ( IntPtr hWnd ) : bool |
|
|
debugWindowClass ( IntPtr window ) : void |
|
|
focusWindow ( IntPtr window ) : void |
|
|
getPrefix ( ) : string |
|
|
getProcess ( string name ) : Process |
|
|
prepareText ( string text ) : string |
|
|
sendKeys ( String keys ) : void |
|
|