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

Target device
Datei anzeigen Open project: garyjohnson/wpnest

Public Methods

Method 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 method

Closes the target devuce.
public Close ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Start() public method

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
return void

TargetDevice() public method

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