C# Class mRemoteNG.Tools.ProcessController

Afficher le fichier Open project: mRemoteNG/mRemoteNG

Méthodes publiques

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

Méthode Description
GetControlHandle ( string className, string text = "" ) : IntPtr
GetMainWindowHandle ( ) : IntPtr

Method Details

ClickButton() public méthode

public ClickButton ( string text ) : bool
text string
Résultat bool

SelectListBoxItem() public méthode

public SelectListBoxItem ( string itemText ) : bool
itemText string
Résultat bool

SetControlText() public méthode

public SetControlText ( string className, string oldText, string newText ) : bool
className string
oldText string
newText string
Résultat bool

SetControlVisible() public méthode

public SetControlVisible ( string className, string text, bool visible = true ) : bool
className string
text string
visible bool
Résultat bool

Start() public méthode

public Start ( string fileName, CommandLineArguments arguments = null ) : bool
fileName string
arguments CommandLineArguments
Résultat bool

WaitForExit() public méthode

public WaitForExit ( ) : void
Résultat void