C# 클래스 Automation.UI.Application

Represents the application being automated.
파일 보기 프로젝트 열기: vijayakumarsuraj/UIAutomation

공개 메소드들

메소드 설명
Launch ( string executable ) : Application

Launches the application with the specified executable.

비공개 메소드들

메소드 설명
Application ( int processId ) : System.Diagnostics

New application bound to the specified process id.

메소드 상세

Launch() 공개 정적인 메소드

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