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

IDmiType.ImplementedVersion property

Returns a value that indicates the implemented version of a DMI structure.

public DmiStructureVersion ImplementedVersion { get; }

Return Value

One of the values of the DmiStructureVersion enumeration.

See Also