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.PMIC0ManufacturerId property

Gets a value representing the key to retrieve the property.

The PMIC0 Manufacturer ID indicates the manufacturer of the PMIC0 on memory device. This field shall be set to the value of the SPD PMIC 0 Manufacturer ID Code. A value of 0000h indicates the PMIC0 Manufacturer ID is unknown.

Key Composition

Return Value

Type: UInt16

Remarks

3.7+

public static IPropertyKey PMIC0ManufacturerId { get; }

See Also