iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

DmiStructure.Elements property

Gets the collection of available items.

public DmiClassCollection Elements { get; }

Property Value

Object DmiClassCollection that contains the collection of DmiClass objects available. If there is no object DmiClass, null is returned.

See Also