iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

DmiProperty.PhysicalMemoryArray class

Contains the key definitions available for a type 016 [PhysicalMemoryArray] structure.

public static class PhysicalMemoryArray

Public Members

name description
static Location { get; } Gets a value representing the key to retrieve the property value.
static MaximumCapacity { get; } Gets a value representing the key to retrieve the property value.
static MemoryErrorCorrection { get; } Gets a value representing the key to retrieve the property value.
static MemoryErrorInformationHandle { get; } Gets a value representing the key to retrieve the property value.
static NumberOfMemoryDevices { get; } Gets a value representing the key to retrieve the property value.
static Use { get; } Gets a value representing the key to retrieve the property value.

See Also