WindowsDevicePortalWrapper  0.9.0.0
A client library that wraps the Windows Device Portal REST APIs.
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
XboxWdpDriver.InstallOperation Class Reference

Helper for Install related operations More...

Inheritance diagram for XboxWdpDriver.InstallOperation:

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...
 

Detailed Description

Helper for Install related operations

Constructor & Destructor Documentation

XboxWdpDriver.InstallOperation.InstallOperation ( DevicePortal  portal)
inline

Initializes a new instance of the InstallOperation class.

Parameters
portalReference to the device portal object.

Member Function Documentation

void XboxWdpDriver.InstallOperation.Dispose ( )
inline

Cleans up the object's data.

virtual void XboxWdpDriver.InstallOperation.Dispose ( bool  disposing)
inlineprotectedvirtual

Cleans up the object's data.

Parameters
disposingTrue if managed objects should be disposed.
static void XboxWdpDriver.InstallOperation.HandleOperation ( DevicePortal  portal,
ParameterHelper  parameters 
)
inlinestatic

Main entry point for handling an install operation

Parameters
portalDevicePortal reference for communicating with the device.
parametersParsed command line parameters.

The documentation for this class was generated from the following file: