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 class

Contains the key definitions available for a type 007 [Cache Information] structure.

public static class Cache

Public Members

name description
static Associativity { get; } Gets a value representing the key to retrieve the property value.
static CacheSpeed { get; } Gets a value representing the key to retrieve the property value.
static CurrentSramType { get; } Gets a value representing the key to retrieve the property value.
static ErrorCorrectionType { get; } Gets a value representing the key to retrieve the property value.
static InstalledCacheSize { get; } Gets a value representing the key to retrieve the property value.
static InstalledCacheSize2 { get; } Gets a value representing the key to retrieve the property value.
static MaximumCacheSize { get; } Gets a value representing the key to retrieve the property value.
static MaximumCacheSize2 { 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.
static SupportedSramTypes { get; } Gets a value representing the key to retrieve the property value.
static SystemCacheType { get; } Gets a value representing the key to retrieve the property value.
static class CacheConfiguration Contains the key definition for the CacheConfiguration section.

See Also