C# Класс Microsoft.Silverlight.Testing.Tools.TargetDevice

Target device
Показать файл Открыть проект

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

Метод Описание
Close ( ) : void

Closes the target devuce.

Start ( ) : void
Start ( System.Guid applicationProductId, string applicationGenre, string pathToXap, bool update ) : void

Starts the web browser, pointing at a given address.

TargetDevice ( TargetDeviceInfo deviceInfo ) : System

Initializes a new instance of the TargetDevice type.

Описание методов

Close() публичный Метод

Closes the target devuce.
public Close ( ) : void
Результат void

Start() публичный Метод

public Start ( ) : void
Результат void

Start() публичный Метод

Starts the web browser, pointing at a given address.
public Start ( System.Guid applicationProductId, string applicationGenre, string pathToXap, bool update ) : void
applicationProductId System.Guid
applicationGenre string The genre of the application being installed
pathToXap string The path to the local XAP file.
update bool If true, the application will be updated if already on the device; otherwise, the application will be uninstalled before being reinstalled
Результат void

TargetDevice() публичный Метод

Initializes a new instance of the TargetDevice type.
public TargetDevice ( TargetDeviceInfo deviceInfo ) : System
deviceInfo TargetDeviceInfo
Результат System