记录依赖关系树

编程入门 行业动态 更新时间:2024-10-27 06:30:20
本文介绍了记录依赖关系树的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我需要记录vb6 / dotnet应用程序中的程序集依赖关系。

哪些技术/工具对执行此类文档是有好处的。 >

我正在计划使用Visio绘图。

解决方案

尝试依赖关系可视化程序。我还使用 GraphViz's Dot 和一些自定义代码来简单的依赖关系生成。自定义代码递归地调用SysInternal的depends.exe并解析输出。 .NET Reflector 与图形插件看起来很有前途,虽然我还没有尝试过(尚)。

我一直遇到的事实是,除了自动生成图形外,我的图形必须在每次添加到项目中时重新创建,有时候我只是改变一些东西。所以,对于我来说,我结婚的手动解决方案是没有任何解决方案。

我刚刚发现了依赖关系结构矩阵插件 for .NET Reflector。

I have a requirement to document the assembly dependencies in a vb6/dotnet application.

What techniques / tools are good for performing this sort of document.

I was planning on using Visio for drawing.

解决方案

As a start, try Dependency Visualizer. I've also used GraphViz's Dot and some custom code for simple dependency generation. The custom code invoked SysInternal's depends.exe recursively and parsed the output. .NET Reflector with the Graph plugin looks pretty promising, too, though I haven't tried that (yet).

What I've always run into was the fact that my graph, unless generated automatically, has to be recreated every time I add to the project and sometimes when I simply change something. So, for me, a manual solution that I became married to for the updates was no solution at all.

I just found the Dependency Structure Matrix Plug-in for .NET Reflector.

更多推荐

记录依赖关系树

本文发布于:2023-07-04 17:07:39,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1026846.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:关系

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!