TestimoX

API Reference

Class

Memory

Namespace ComputerX.Hardware
Assembly ComputerX
Modifiers static

Queries physical memory (DIMM) modules via Win32_PhysicalMemory.

Inheritance

  • Object
  • Memory

Methods

public static async Task<List<MemoryModuleInfo>> GetAsync(String computer, Nullable<TimeSpan> timeout = null, CancellationToken ct = null) #
Returns: Task<List<MemoryModuleInfo>>

Gets memory module information for a computer.

Parameters

computer System.String requiredposition: 0
Target computer name or IP.
timeout System.Nullable{System.TimeSpan} = null optionalposition: 1
Optional per-query timeout.
ct System.Threading.CancellationToken = null optionalposition: 2
Cancellation token.