.NET的DLL引用/依赖性检查工具依赖性、工具、NET、DLL

由网友(雪舞倾城/青衣绕身)分享简介:使用Visual Studio中,我可以看到该dll引用作为附加的图片作​​为例子。有了这个参考信息,我可以打开(从实例)组成的项目找到所有的其他参考资料和让所有的引用文件名。 With Visual Studio, I can see the dll references as the attached pict...

使用Visual Studio中,我可以看到该dll引用作为附加的图片作​​为例子。 有了这个参考信息,我可以打开(从实例)组成的项目找到所有的其他参考资料和让所有的引用文件名。

With Visual Studio, I can see the dll references as the attached picture as an example. With this reference information, I can open the (from the example) Composition project to find all the other references on and on to get all the reference file names.

是否有自动执行该作业的任何工具? 我的意思是,给定一个.NET程序集,它会检查所有的引用/依赖递归给予的DLL的名字。

Is there any utility that does this job automatically? I mean, given an .NET assembly, it checks all the references/dependencies recursively to give the names of DLLs.

我检查了Cygwin的LDD和了Depends.exe,但他们似乎并没有表现出与其他项目的dll,但只有系统DLL。

I checked cygwin's ldd and Depends.exe, but they don't seem to show the dlls from other projects, but only system dlls.

推荐答案

是:的程序Ildasm.exe 。它安装的SDK。

Yes: ildasm.exe. It is installed with the SDK.

应该是像一个路径:C: Program Files文件(x86)的微软的SDK 的Windows v7.0A BIN

Should be in a path like: C:Program Files (x86)Microsoft SDKsWindowsv7.0ABin

阅读全文

相关推荐

最新文章