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