开发者

free tool to generate class diagram or method table from a C# assembly or project? [closed]

As it currently stands, this qu开发者_JAVA技巧estion is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

Is there a free, easy and quick tool which can generate class diagrams or maybe even a simple table containing the list of class and methods inside an C# assembly or a project? Basically what I need is just the list of class and methods in a readable format. It would be better if it takes the xml documentation as well, but it's not required.

I guess it should be not too hard to implement using Reflection.


You could use Reflector with autodiagrammer addin. The demo version is enough for that usage.

This addin generates a class diagram from an assembly :

free tool to generate class diagram or method table from a C# assembly or project? [closed]


Doxygen will do it by parsing C# source code but doesn't understand assemblies.


You can use the Architecture tools in Visual Studio 2010 Ultimate. This allows you to generate "Dependency Graph". In readable way you can peek at your assembly by "Class View" which can be also found in Visual Studio. Hope this helps

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜