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>.GetUnderlyingSmbiosStructure method

Returns a reference to the underlying smbios structure for this dmi type.

public TSmbios GetUnderlyingSmbiosStructure()

Return Value

Reference to the object that represents the strongly typed value of the property. Always returns the first appearance of the property.

See Also