iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Gets the element with the specified key.
public DmiStructure this[DmiStructureClass resultKey] { get; }
exception | condition |
---|---|
InvalidEnumArgumentException |
If the element does not exist, null is returned.