C# Class RGWConnector.RHandler

Searches GUI Windows of R and send keys.
Afficher le fichier Open project: walware/statet Class Usage Examples

Méthodes publiques

Méthode Description
RHandler ( ) : System
checkMDIChildWindow ( IntPtr hWdn, int lParam ) : bool
checkSDIWindow ( IntPtr hWdn, int lParam ) : bool
connect ( ) : void
sendPasteClipboard ( ) : void
submit ( string text ) : void

Private Methods

Méthode 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

Method Details

RHandler() public méthode

public RHandler ( ) : System
Résultat System

checkMDIChildWindow() public méthode

public checkMDIChildWindow ( IntPtr hWdn, int lParam ) : bool
hWdn System.IntPtr
lParam int
Résultat bool

checkSDIWindow() public méthode

public checkSDIWindow ( IntPtr hWdn, int lParam ) : bool
hWdn System.IntPtr
lParam int
Résultat bool

connect() public méthode

public connect ( ) : void
Résultat void

sendPasteClipboard() public méthode

public sendPasteClipboard ( ) : void
Résultat void

submit() public méthode

public submit ( string text ) : void
text string
Résultat void