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.Class property

Gets a value that represents the class implemented.

public DmiStructureClass Class { get; }

Property Value

One of the values of the enumeration DmiStructureClass that represents the implemented class.

See Also