c# - Get DLL or EXE dependencies, using NDepend -


i need list of referenced assemblies used in exe or dll file. looking ndepend option through console can have programatically solution this.

as far know, ndepend reads dependencies visual studio project, don't know if it's possible tell ndepend analize dll , reads referenced assemblies.

anyone knows if it's possible ndepend? if not, there's tool or mechanism can use achieve this?

thank you, let me know if need detail.


Comments

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

visual studio - TFS will not accept changes I've made to a Java project -