iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows
Converts a QueryPropertyCollectionResult instance into a new QueryPropertyDictionaryResult instance.
public static QueryPropertyDictionaryResult AsDictionaryResult(
this QueryPropertyCollectionResult result)
parameter | description |
---|---|
result | Property collection to convert. |
A new QueryPropertyDictionaryResult instance from QueryPropertyCollectionResult.