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

Object representing the process information More...

Properties

double CPUUsage [get, set]
 Gets or sets CPU usage More...
 
string ImageName [get, set]
 Gets or sets image name More...
 
double PageFileUsage [get, set]
 Gets or sets page file usage More...
 
double PrivateWorkingSet [get, set]
 Gets or sets package working set More...
 
uint ProcessId [get, set]
 Gets or sets process id More...
 
uint SessionId [get, set]
 Gets or sets session id More...
 
double TotalCommit [get, set]
 Gets or sets total commit More...
 
string UserName [get, set]
 Gets or sets user name More...
 
double VirtualSize [get, set]
 Gets or sets virtual size More...
 
double WorkingSetSize [get, set]
 Gets or sets working set size More...
 
bool IsRunning [get, set]
 Gets or sets a value indicating whether or not the process is running More...
 
string PackageFullName [get, set]
 Gets or sets package full name More...
 
string AppName [get, set]
 Gets or sets app name More...
 
string Publisher [get, set]
 Gets or sets publisher More...
 
ProcessVersion Version [get, set]
 Gets or sets version More...
 
bool IsXAP [get, set]
 Gets or sets a value indicating whether or not the package is a XAP package More...
 

Detailed Description

Object representing the process information

Property Documentation

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.AppName
getset

Gets or sets app name

double Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.CPUUsage
getset

Gets or sets CPU usage

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.ImageName
getset

Gets or sets image name

bool Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.IsRunning
getset

Gets or sets a value indicating whether or not the process is running

bool Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.IsXAP
getset

Gets or sets a value indicating whether or not the package is a XAP package

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.PackageFullName
getset

Gets or sets package full name

double Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.PageFileUsage
getset

Gets or sets page file usage

double Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.PrivateWorkingSet
getset

Gets or sets package working set

uint Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.ProcessId
getset

Gets or sets process id

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.Publisher
getset

Gets or sets publisher

uint Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.SessionId
getset

Gets or sets session id

double Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.TotalCommit
getset

Gets or sets total commit

string Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.UserName
getset

Gets or sets user name

ProcessVersion Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.Version
getset

Gets or sets version

double Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.VirtualSize
getset

Gets or sets virtual size

double Microsoft.Tools.WindowsDevicePortal.DevicePortal.ProcessInfo.WorkingSetSize
getset

Gets or sets working set size


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