记录一个依赖关系树关系

由网友(傲娇小美人)分享简介:我有一个要求的文件集依赖于维生素B6 / dotnet的应用程序。I have a requirement to document the assembly dependencies in a vb6/dotnet application.什么技术/工具,有利于进行这种类型的文档。What techniques...

我有一个要求的文件集依赖于维生素B6 / dotnet的应用程序。

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.

我正打算使用Visio绘图。

I was planning on using Visio for drawing.

推荐答案

作为开始,尝试依赖展示台。我还用的GraphViz的点以及一些定制code简单的相关性生成。自定义code调用SysInternal的递归的Depends.exe并解析输出。 .net反射用的图插件看起来pretty的前途,太,虽然我还没有试过,(还)。

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.

我刚刚发现了依赖结构矩阵插件为.net反射。

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

阅读全文

相关推荐

最新文章