简体   繁体   English

.NET组装分析器,无需单启动组装

[英].NET Assembly analyzer without single starting assembly

Various tools exist to display .NET assembly dependencies when starting from a single (entry point) assembly: 从单个(入口点)程序集开始时,存在多种工具来显示.NET程序集相关性:

Is there a way to graphically display the dependencies between a set of assemblies, without a single entry point? 有没有一种方法可以图形化地显示一组程序集之间的依赖关系,而无需单个入口点?

Probably the simplest way is to create a dummy assembly that references your set (and nothing else) then run these tools on that. 可能最简单的方法是创建一个虚拟装配,该装配引用您的集合(而不是其他任何东西),然后在其上运行这些工具。 Otherwise, any simple graphing software is going to have trouble. 否则,任何简单的绘图软件都会遇到麻烦。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM