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.MemoryModule class

Contains the key definitions available for a type 006, obsolete [MemoryModule Information] structure.

public static class MemoryModule

Public Members

name description
static BankConnections { get; } Gets a value representing the key to retrieve the property value.
static CurrentMemoryType { get; } Gets a value representing the key to retrieve the property value.
static CurrentSpeed { get; } Gets a value representing the key to retrieve the property value.
static EnabledSize { get; } Gets a value representing the key to retrieve the property value.
static ErrorStatus { get; } Gets a value representing the key to retrieve the property value.
static InstalledSize { get; } Gets a value representing the key to retrieve the property value.
static SocketDesignation { get; } Gets a value representing the key to retrieve the property value.

See Also