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.Cache.InstalledCacheSize2 property

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

If is present, for cache sizes of 2047MB or smaller the value is equals to InstalledCacheSize property.

Key Composition

Return Value

Type: UInt32

Remarks

3.1+

public static IPropertyKey InstalledCacheSize2 { get; }

See Also