C# 클래스 RGWConnector.RHandler

Searches GUI Windows of R and send keys.
파일 보기 프로젝트 열기: walware/statet 1 사용 예제들

공개 메소드들

메소드 설명
RHandler ( ) : System
checkMDIChildWindow ( IntPtr hWdn, int lParam ) : bool
checkSDIWindow ( IntPtr hWdn, int lParam ) : bool
connect ( ) : void
sendPasteClipboard ( ) : void
submit ( string text ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

RHandler() 공개 메소드

public RHandler ( ) : System
리턴 System

checkMDIChildWindow() 공개 메소드

public checkMDIChildWindow ( IntPtr hWdn, int lParam ) : bool
hWdn System.IntPtr
lParam int
리턴 bool

checkSDIWindow() 공개 메소드

public checkSDIWindow ( IntPtr hWdn, int lParam ) : bool
hWdn System.IntPtr
lParam int
리턴 bool

connect() 공개 메소드

public connect ( ) : void
리턴 void

sendPasteClipboard() 공개 메소드

public sendPasteClipboard ( ) : void
리턴 void

submit() 공개 메소드

public submit ( string text ) : void
text string
리턴 void