C# 클래스 Microsoft.Silverlight.Testing.Tools.TargetDevice

Target device
파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 메소드들

메소드 설명
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