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

Returns a list of implemented properties for this smbios structure.

public IEnumerable<IPropertyKey> ImplementedProperties { get; }

Return Value

A list of implemented properties for this structure.

See Also