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 ( |
Initializes a new instance of the TargetDevice type.
|
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 |
public TargetDevice ( |
||
deviceInfo | ||
return | System |