iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Represents a structure DMI.
public sealed class DmiStructure
| name | description |
|---|---|
| Class { get; } | Gets a value that represents the class implemented. |
| Elements { get; } | Gets the collection of available items. |
| FriendlyClassName { get; } | Gets a value that represents the structure friendly name. |
| GetStructureDescrition() | Returns the structure description. |
| override ToString() | Returns a String that represents this instance. |