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.
- use reflection programmatically managed references: http://msdn.microsoft.com/en-us/library/system.reflection.assembly.getreferencedassemblies.aspx.
- or use tool jetbrain's dotpeek, managed references
- use dependency walker other kinds of references: http://www.dependencywalker.com/faq.html
Comments
Post a Comment