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.MemoryController.MaximumMemoryModuleSize property

Gets a value representing the key to retrieve the property value.

Size of the largest memory module supported (per slot), specified as n, where 2**n is the maximum size in MB. The maximum amount of memory supported by this controller is that value times the number of slots, as specified in NumberMemorySlots property.

Key Composition

Return Value

Type: Int32

Remarks

2.0+

public static IPropertyKey MaximumMemoryModuleSize { get; }

See Also