C# Class Mono.UIAutomation.TestFramework.Application

Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Protected Properties

Свойство Type Description
procedureLogger ProcedureLogger
sample String

Méthodes publiques

Méthode Description
Application ( String sample ) : System
FindAllGtkSubWindow ( Window mainWindow, string name ) : Mono.UIAutomation.TestFramework.Window[]
FindGtkSubWindow ( Window mainWindow, string name ) : Window
GetWindow ( string name ) : Window
Launch ( string program ) : void

Method Details

Application() public méthode

public Application ( String sample ) : System
sample String
Résultat System

FindAllGtkSubWindow() public méthode

public FindAllGtkSubWindow ( Window mainWindow, string name ) : Mono.UIAutomation.TestFramework.Window[]
mainWindow Window
name string
Résultat Mono.UIAutomation.TestFramework.Window[]

FindGtkSubWindow() public méthode

public FindGtkSubWindow ( Window mainWindow, string name ) : Window
mainWindow Window
name string
Résultat Window

GetWindow() public méthode

public GetWindow ( string name ) : Window
name string
Résultat Window

Launch() public méthode

public Launch ( string program ) : void
program string
Résultat void

Property Details

procedureLogger protected_oe property

protected ProcedureLogger,Mono.UIAutomation.TestFramework procedureLogger
Résultat ProcedureLogger

sample protected_oe property

protected String sample
Résultat String