C# Класс Automation.UI.Application

Represents the application being automated.
Показать файл Открыть проект

Открытые методы

Метод Описание
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