简体   繁体   中英

.NET Assembly analyzer without single starting assembly

Various tools exist to display .NET assembly dependencies when starting from a single (entry point) assembly:

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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