C# 클래스 mRemoteNG.Tools.ProcessController

파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG

공개 메소드들

메소드 설명
ClickButton ( string text ) : bool
SelectListBoxItem ( string itemText ) : bool
SetControlText ( string className, string oldText, string newText ) : bool
SetControlVisible ( string className, string text, bool visible = true ) : bool
Start ( string fileName, CommandLineArguments arguments = null ) : bool
WaitForExit ( ) : void

비공개 메소드들

메소드 설명
GetControlHandle ( string className, string text = "" ) : IntPtr
GetMainWindowHandle ( ) : IntPtr

메소드 상세

ClickButton() 공개 메소드

public ClickButton ( string text ) : bool
text string
리턴 bool

SelectListBoxItem() 공개 메소드

public SelectListBoxItem ( string itemText ) : bool
itemText string
리턴 bool

SetControlText() 공개 메소드

public SetControlText ( string className, string oldText, string newText ) : bool
className string
oldText string
newText string
리턴 bool

SetControlVisible() 공개 메소드

public SetControlVisible ( string className, string text, bool visible = true ) : bool
className string
text string
visible bool
리턴 bool

Start() 공개 메소드

public Start ( string fileName, CommandLineArguments arguments = null ) : bool
fileName string
arguments CommandLineArguments
리턴 bool

WaitForExit() 공개 메소드

public WaitForExit ( ) : void
리턴 void