TestimoX

API Reference

Enum

ProcessListQuerySort

Namespace ComputerX.Processes
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Sort order for process list query results.

Inheritance

  • Enum
  • ProcessListQuerySort

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ProcessListQuerySort PidAsc #

Sort by process identifier ascending.

Value: 0
public const ProcessListQuerySort NameAsc #

Sort by process name ascending (case-insensitive), then PID ascending.

Value: 1