C# Class mRemoteNG.Tools.ProcessController

Show file Open project: mRemoteNG/mRemoteNG

Public Methods

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

Private Methods

Method Description
GetControlHandle ( string className, string text = "" ) : IntPtr
GetMainWindowHandle ( ) : IntPtr

Method Details

ClickButton() public method

public ClickButton ( string text ) : bool
text string
return bool

SelectListBoxItem() public method

public SelectListBoxItem ( string itemText ) : bool
itemText string
return bool

SetControlText() public method

public SetControlText ( string className, string oldText, string newText ) : bool
className string
oldText string
newText string
return bool

SetControlVisible() public method

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

Start() public method

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

WaitForExit() public method

public WaitForExit ( ) : void
return void