iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Gets the collection of available structures.
public DmiStructureCollection Structures { get; }
Object DmiStructureCollection
that contains the collection of available DmiStructure
objects. If there is no object DmiStructure
, null is returned.