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

Returns a list of implemented properties for a structure

public IEnumerable<IPropertyKey> ImplementedProperties { get; }

Return Value

A list of implemented properties for a structure.

See Also