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

DmiStructureCollection indexer

Gets the element with the specified key.

public DmiStructure this[DmiStructureClass resultKey] { get; }

Exceptions

exception condition
InvalidEnumArgumentException  

Remarks

If the element does not exist, null is returned.

See Also