C# Class Winium.Mobile.Connectivity.Deployer

App Deploy for 8.1 or greater (uses Microsoft.Phone.Tools.Deploy shipped with Microsoft SDKs\Windows Phone\v8.1\Tools\AppDeploy)
Inheritance: IDeployer
Mostrar archivo Open project: 2gis/winphonedriver

Private Properties

Property Type Description
InstallApp void
InstallApplicationPackage IAppManifestInfo
InstallDependencies void

Public Methods

Method Description
Deployer ( string desiredDevice, bool strict ) : System
Install ( string appPath, List dependencies ) : void
Launch ( ) : void
ReceiveFile ( string isoStoreRoot, string sourceDeviceFilePath, string targetDesktopFilePath ) : void
SendFile ( string isoStoreRoot, string sourceDesktopFilePath, string targetDeviceFilePath ) : void
SendFiles ( string>.List files ) : void
Terminate ( ) : void
Uninstall ( ) : void
UsePreInstalledApplication ( string appPath ) : void

Private Methods

Method Description
InstallApp ( string appPath ) : void
InstallApplicationPackage ( string path ) : IAppManifestInfo
InstallDependencies ( List dependencies ) : void

Method Details

Deployer() public method

public Deployer ( string desiredDevice, bool strict ) : System
desiredDevice string
strict bool
return System

Install() public method

public Install ( string appPath, List dependencies ) : void
appPath string
dependencies List
return void

Launch() public method

public Launch ( ) : void
return void

ReceiveFile() public method

public ReceiveFile ( string isoStoreRoot, string sourceDeviceFilePath, string targetDesktopFilePath ) : void
isoStoreRoot string
sourceDeviceFilePath string
targetDesktopFilePath string
return void

SendFile() public method

public SendFile ( string isoStoreRoot, string sourceDesktopFilePath, string targetDeviceFilePath ) : void
isoStoreRoot string
sourceDesktopFilePath string
targetDeviceFilePath string
return void

SendFiles() public method

public SendFiles ( string>.List files ) : void
files string>.List
return void

Terminate() public method

public Terminate ( ) : void
return void

Uninstall() public method

public Uninstall ( ) : void
return void

UsePreInstalledApplication() public method

public UsePreInstalledApplication ( string appPath ) : void
appPath string
return void