Services running on a machine

M

M. D'Costa

Hello,

I am developing an application that monitors what services are running on a
machine.

Is there a class in .NET that is a wrapper around machine services(like how
there is a
System.Diagnostics.Process class that wraps around machine processes)?

Help will be appreciated.
Thanks,
Marise
 
S

Shiva

Check out System.ServiceProcess namespace.

Hello,

I am developing an application that monitors what services are running on a
machine.

Is there a class in .NET that is a wrapper around machine services(like how
there is a
System.Diagnostics.Process class that wraps around machine processes)?

Help will be appreciated.
Thanks,
Marise
 

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

Top