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 -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -