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

QueryPropertyCollectionResultExtensions.AsDictionaryResult method

Converts a QueryPropertyCollectionResult instance into a new QueryPropertyDictionaryResult instance.

public static QueryPropertyDictionaryResult AsDictionaryResult(
    this QueryPropertyCollectionResult result)
parameter description
result Property collection to convert.

Return Value

A new QueryPropertyDictionaryResult instance from QueryPropertyCollectionResult.

See Also