API Reference
Class
ProcessListQueryResult
Process list query result.
Inheritance
- Object
- ProcessListQueryResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public ProcessListQueryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer name that was queried.
public Int32 Count { get; set; } #Number of returned process rows.
public Int32 Scanned { get; set; } #Number of rows scanned before output capping.
public Boolean Truncated { get; set; } #Whether returned rows were truncated by MaxResults.
public IReadOnlyList<ProcessInfo> Processes { get; set; } #Process rows.