1
Answer

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


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)