|
WindowsDevicePortalWrapper
0.9.0.0
A client library that wraps the Windows Device Portal REST APIs.
|
Helper for Install related operations More...
Public Member Functions | |
| InstallOperation (DevicePortal portal) | |
| Initializes a new instance of the InstallOperation class. More... | |
| void | Dispose () |
| Cleans up the object's data. More... | |
Static Public Member Functions | |
| static void | HandleOperation (DevicePortal portal, ParameterHelper parameters) |
| Main entry point for handling an install operation More... | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
| Cleans up the object's data. More... | |
Helper for Install related operations
|
inline |
Initializes a new instance of the InstallOperation class.
| portal | Reference to the device portal object. |
|
inline |
Cleans up the object's data.
|
inlineprotectedvirtual |
Cleans up the object's data.
| disposing | True if managed objects should be disposed. |
|
inlinestatic |
Main entry point for handling an install operation
| portal | DevicePortal reference for communicating with the device. |
| parameters | Parsed command line parameters. |
1.8.11