C# Class Automation.UI.Application

Represents the application being automated.
Afficher le fichier Open project: vijayakumarsuraj/UIAutomation

Méthodes publiques

Méthode Description
Launch ( string executable ) : Application

Launches the application with the specified executable.

Private Methods

Méthode Description
Application ( int processId ) : System.Diagnostics

New application bound to the specified process id.

Method Details

Launch() public static méthode

Launches the application with the specified executable.
public static Launch ( string executable ) : Application
executable string The executable to launch.
Résultat Application