.NET DLL引用/依赖关系检查实用程序 [英] .NET DLL references/dependency checking utility

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

问题描述

在Visual Studio中,我可以看到作为附图的dll参考。
有了这个参考信息,我可以打开(从示例)Composition项目中找到所有其他引用,以获取所有的引用文件名。



是否有任何实用程序自动执行此作业?
我的意思是,给定一个.NET程序集,它会循环检查所有的引用/依赖关系以给出DLL的名称。



我检查了cygwin的ldd和Depends。 exe,但是它们似乎没有显示其他项目的dll,而只显示系统数据。



解决方案

是:ildasm.exe 。它与SDK一起安装。应该在像C:\Program文件(x86)\Microsoft SDKs\Windows\v7.0A\Bin

这样的路径中的


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.

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.

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

解决方案

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

Should be in a path like: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin

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

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