C# Class Automation.UI.Application

Represents the application being automated.
Show file Open project: vijayakumarsuraj/UIAutomation

Public Methods

Method Description
Launch ( string executable ) : Application

Launches the application with the specified executable.

Private Methods

Method Description
Application ( int processId ) : System.Diagnostics

New application bound to the specified process id.

Method Details

Launch() public static method

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