.NET的DLL引用/依赖性检查工具 [英] .NET DLL references/dependency checking utility

查看:638
本文介绍了.NET的DLL引用/依赖性检查工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用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 SDKs\Windows\v7.0A\Bin

这篇关于.NET的DLL引用/依赖性检查工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆