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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top