iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
The DmiBaseType class provides functions to analyze the properties associated with a structure DMI.
public interface IDmiType
| 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. |