iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Represents a DMI class.
public sealed class DmiClass
| name | description |
|---|---|
| ImplementedProperties { get; } | Returns a list of implemented properties for this structure |
| ImplementedVersion { get; } | Returns a value that indicates the implemented version of this DMI structure. |
| GetProperty(…) | Returns the value of specified property. Always returns the first appearance of the property. |
| override ToString() | Returns a String that represents this instance. |