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.Contains method

Determines whether the element with the specified key is in the collection.

public bool Contains(DmiStructureClass resultKey)
parameter description
resultKey One of the Results of SmbiosStructure that represents the key of the object DmiStructure to search.

Return Value

true if the object DmiStructure with the resultKey is in the collection; otherwise, it is false.

Exceptions

exception condition
InvalidEnumArgumentException  

See Also