which is the reference for root.cimv2 namespace?

  • Thread starter Thread starter Pablo Garcia
  • Start date Start date
P

Pablo Garcia

Please, if someone knows which reference I must Add to use the namespace
ROOT.CIMV2, please tell me.

Thank you
 
Pablo,

The ROOT.CIMV2 namespace is not a .NET namespace, but rather a namespace
for WMI. This is a model that is abstracted through the classes in the
System.Management namespace. Once you set a reference to
System.Management.dll, you can access the classes in the System.Management
namespace, which will give you generic access to the WMI classes.

Hope this helps.
 
Back
Top