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

IDmiType interface

The DmiBaseType class provides functions to analyze the properties associated with a structure DMI.

public interface IDmiType

Members

name description
ImplementedProperties { get; } Returns a list of implemented properties for a structure
ImplementedVersion { get; } Returns a value that indicates the implemented version of a DMI structure.
Properties { get; } Gets the properties available for this structure.
GetProperty(…) Returns the value of specified property. Always returns the first appearance of the property.

See Also