[2.0] WMI namespace and classes
Hi guys, how do I get the namespace and classes w/ the specific property.
The user input a certain property then the application will query on what namespace and class it is under.
i.e IPaddress it's under root/cimv2 namespace and win32_networkadapterconfiguration class.
thanks in advance guys.
Re: [2.0] WMI namespace and classes
Do you know where to find the DLLs that correspond to this? You could probably use Reflection to query them, or maybe not, but it's a start.