C# Class Microsoft.Silverlight.Testing.Tools.TargetDevice

Target device
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Méthode Description
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.

Method Details

Close() public méthode

Closes the target devuce.
public Close ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Start() public méthode

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
Résultat void

TargetDevice() public méthode

Initializes a new instance of the TargetDevice type.
public TargetDevice ( TargetDeviceInfo deviceInfo ) : System
deviceInfo TargetDeviceInfo
Résultat System