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

DMI.Structures property

Gets the collection of available structures.

public DmiStructureCollection Structures { get; }

Property Value

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

See Also