Services running on a machine

  • Thread starter Thread starter M. D'Costa
  • Start date Start date
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
 
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
 
Back
Top