WindowsDevicePortalWrapper  0.9.0.0
A client library that wraps the Windows Device Portal REST APIs.
Public Member Functions | Properties | List of all members
Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo Class Reference

Process Info. Contains app information if the process is an app. More...

Public Member Functions

override string ToString ()
 String representation of a process More...
 

Properties

string AppName [get]
 Gets the app name. Only present if the process is an app. More...
 
float CpuUsage [get]
 Gets CPU Usage as a percentage of available CPU resources (0-100) More...
 
string Name [get]
 Gets the image name More...
 
int ProcessId [get]
 Gets the process id (pid) More...
 
string UserName [get]
 Gets the user the process is running as. More...
 
string PackageFullName [get]
 Gets the package full name. Only present if the process is an app. More...
 
uint PageFile [get]
 Gets the Page file usage info More...
 
uint WorkingSet [get]
 Gets the working set size More...
 
double PrivateWorkingSet [get]
 Gets package working set More...
 
uint SessionId [get]
 Gets session id More...
 
double TotalCommit [get]
 Gets total commit in bytes More...
 
double VirtualSize [get]
 Gets virtual size in bytes More...
 
bool IsRunning [get]
 Gets a value indicating whether or not the app is running (versus suspended). Only present if the process is an app. More...
 
string Publisher [get]
 Gets publisher. Only present if the process is an app. More...
 
AppVersion Version [get]
 Gets version. Only present if the process is an app. More...
 
bool IsXAP [get]
 Gets a value indicating whether or not the package is a XAP package. Only present if the process is an app. More...
 

Detailed Description

Process Info. Contains app information if the process is an app.

Member Function Documentation

override string Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.ToString ( )
inline

String representation of a process

Returns
String representation

Property Documentation

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.AppName
get

Gets the app name. Only present if the process is an app.

float Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.CpuUsage
get

Gets CPU Usage as a percentage of available CPU resources (0-100)

bool Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.IsRunning
get

Gets a value indicating whether or not the app is running (versus suspended). Only present if the process is an app.

bool Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.IsXAP
get

Gets a value indicating whether or not the package is a XAP package. Only present if the process is an app.

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.Name
get

Gets the image name

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.PackageFullName
get

Gets the package full name. Only present if the process is an app.

uint Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.PageFile
get

Gets the Page file usage info

double Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.PrivateWorkingSet
get

Gets package working set

int Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.ProcessId
get

Gets the process id (pid)

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.Publisher
get

Gets publisher. Only present if the process is an app.

uint Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.SessionId
get

Gets session id

double Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.TotalCommit
get

Gets total commit in bytes

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.UserName
get

Gets the user the process is running as.

AppVersion Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.Version
get

Gets version. Only present if the process is an app.

double Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.VirtualSize
get

Gets virtual size in bytes

uint Microsoft.Tools.WindowsDevicePortal.DevicePortal.DeviceProcessInfo.WorkingSet
get

Gets the working set size


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