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
Shiva - 26 Oct 2004 14:19 GMT
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
M. D'Costa - 27 Oct 2004 07:49 GMT
Thanks. That is what I was looking for.
> Check out System.ServiceProcess namespace.
>
[quoted text clipped - 10 lines]
> Thanks,
> Marise