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

DmiClass.ImplementedProperties property

Returns a list of implemented properties for this structure

public IEnumerable<IPropertyKey> ImplementedProperties { get; }

Return Value

A list of implemented properties for this structure.

See Also