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

Contains the key definitions available for a type 017 [MemoryDevice] structure.

public static class MemoryDevice

Public Members

name description
static AssetTag { get; } Gets a value representing the key to retrieve the property.
static BankLocator { get; } Gets a value representing the key to retrieve the property.
static CacheSize { get; } Gets a value representing the key to retrieve the property.
static ConfiguredMemoryClockSpeed { get; } Gets a value representing the key to retrieve the property.
static ConfiguredVoltage { get; } Gets a value representing the key to retrieve the property.
static DataWidth { get; } Gets a value representing the key to retrieve the property.
static DeviceLocator { get; } Gets a value representing the key to retrieve the property.
static DeviceSet { get; } Gets a value representing the key to retrieve the property.
static ExtendedConfiguredMemorySpeed { get; } Gets a value representing the key to retrieve the property.
static ExtendedSpeed { get; } Gets a value representing the key to retrieve the property.
static FirmwareVersion { get; } Gets a value representing the key to retrieve the property value.
static FormFactor { get; } Gets a value representing the key to retrieve the property.
static LogicalSize { get; } Gets a value representing the key to retrieve the property.
static Manufacturer { get; } Gets a value representing the key to retrieve the property.
static MaximumVoltage { get; } Gets a value representing the key to retrieve the property.
static MemoryErrorInformationHandle { get; } Gets a value representing the key to retrieve the property.
static MemoryOperatingModeCapability { get; } Gets a value representing the key to retrieve the property value.
static MemorySubsystemControllerManufacturerId { get; } Gets a value representing the key to retrieve the property.
static MemorySubsystemControllerProductId { get; } Gets a value representing the key to retrieve the property.
static MemoryTechnology { get; } Gets a value representing the key to retrieve the property value.
static MemoryType { get; } Gets a value representing the key to retrieve the property.
static MinimumVoltage { get; } Gets a value representing the key to retrieve the property.
static ModuleManufacturerId { get; } Gets a value representing the key to retrieve the property.
static ModuleProductId { get; } Gets a value representing the key to retrieve the property.
static NonVolatileSize { get; } Gets a value representing the key to retrieve the property.
static PartNumber { get; } Gets a value representing the key to retrieve the property.
static PhysicalMemoryArrayHandle { get; } Gets a value representing the key to retrieve the property value.
static PMIC0ManufacturerId { get; } Gets a value representing the key to retrieve the property.
static PMIC0RevisionNumber { get; } Gets a value representing the key to retrieve the property.
static Rank { get; } Gets a value representing the key to retrieve the property.
static RCDManufacturerId { get; } Gets a value representing the key to retrieve the property.
static RCDRevisionNumber { get; } Gets a value representing the key to retrieve the property.
static SerialNumber { get; } Gets a value representing the key to retrieve the property.
static Size { get; } Gets a value representing the key to retrieve the property.
static Speed { get; } Gets a value representing the key to retrieve the property.
static TotalWidth { get; } Gets a value representing the key to retrieve the property.
static TypeDetail { get; } Gets a value representing the key to retrieve the property.
static VolatileSize { get; } Gets a value representing the key to retrieve the property.

See Also