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

DmiBaseType<TSmbios> constructor

Initializes a new instance of the class SmbiosBaseType by specifying the Header of the structure and current

protected DmiBaseType(TSmbios smbiosStructure, int smbiosVersion)
parameter description
smbiosStructure Header of the current structure.
smbiosVersion Current SMBIOS version.

See Also