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

SpecificDmiBaseType constructor (1 of 2)

Initializes a new instance of the class SpecificDmiBaseType.

protected SpecificDmiBaseType()

See Also


SpecificDmiBaseType constructor (2 of 2)

Initializes a new instance of the class SpecificDmiBaseType by specifying the raw data of a specific SMBIOS structure

protected SpecificDmiBaseType(byte[] data)
parameter description
data Raw data.

See Also