TestimoX

API Reference

Class

HardwareSummaryQueryResult

Namespace ComputerX.Hardware
Assembly ComputerX
Modifiers sealed

Typed hardware summary query result.

Inheritance

  • Object
  • HardwareSummaryQueryResult

Constructors

public HardwareSummaryQueryResult() #

Properties

public String ComputerName { get; set; } #

Target computer name.

public Int32 ProcessorCount { get; set; } #

Number of processor rows collected.

public Int32 TotalCpuCores { get; set; } #

Total CPU cores across all processors.

public Int32 TotalLogicalProcessors { get; set; } #

Total logical processors across all processors.

public Int32 MaxCpuClockMhz { get; set; } #

Maximum CPU clock speed observed (MHz).

public IReadOnlyList<String> ProcessorNames { get; set; } #

Processor name samples (capped by NameSampleSize).

public Int32 MemoryModuleCount { get; set; } #

Number of memory modules collected.

public Int64 TotalMemoryBytes { get; set; } #

Total installed memory capacity across modules (bytes).

public Int32 MaxMemorySpeedMhz { get; set; } #

Maximum memory module speed observed (MHz).

public Int32 VideoControllerCount { get; set; } #

Number of video controllers collected.

public IReadOnlyList<String> VideoControllerNames { get; set; } #

Video controller name samples (capped by NameSampleSize).

public IReadOnlyList<String> Warnings { get; set; } #

Non-fatal query warnings.