API Reference
Class
Memory
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
- Target computer name or IP.
- timeout System.Nullable{System.TimeSpan} = null
- Optional per-query timeout.
- ct System.Threading.CancellationToken = null
- Cancellation token.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object