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.RunningProcesses Class Reference

Running processes More...

Public Member Functions

bool Contains (int processId)
 Checks to see if this process Id is in the list of processes More...
 
bool Contains (string packageName, bool caseSensitive=true)
 Checks for a given package name More...
 

Properties

DeviceProcessInfo[] Processes [get]
 Gets list of running processes. More...
 

Detailed Description

Running processes

Member Function Documentation

bool Microsoft.Tools.WindowsDevicePortal.DevicePortal.RunningProcesses.Contains ( int  processId)
inline

Checks to see if this process Id is in the list of processes

Parameters
processIdProcess to look for
Returns
whether the process id was found
bool Microsoft.Tools.WindowsDevicePortal.DevicePortal.RunningProcesses.Contains ( string  packageName,
bool  caseSensitive = true 
)
inline

Checks for a given package name

Parameters
packageNameName of the package to look for
caseSensitiveWhether we should be case sensitive in our search
Returns
Whether the package was found

Property Documentation

DeviceProcessInfo [] Microsoft.Tools.WindowsDevicePortal.DevicePortal.RunningProcesses.Processes
get

Gets list of running processes.


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