Management Namespace

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to using a function in the Management Namespace.
When I type "using System.Management", I get an error that Management does
not exist within System. How do I include the "Management" namespace?
Thanks
 
Paul,
When I type "using System.Management", I get an error that Management does
not exist within System. How do I include the "Management" namespace?

Add a reference to the assembly System.Management.dll.



Mattias
 

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