How to find Dependencies of a Window Services through C# code ?

Nov 16 2010 2:16 AM

How to find Dependencies of a Window Services through C# code ?
If you click the properties of a window service, you will see the dependency tab.
I need to find this out through my code and display the dependencies on my screen.
Depend.PNG

Answers (1)