TestimoX

API Reference

Class

ProcessListQueryResult

Namespace ComputerX.Processes
Assembly ComputerX
Modifiers sealed

Process list query result.

Inheritance

  • Object
  • ProcessListQueryResult

Constructors

public ProcessListQueryResult() #

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.