Visual Studio UML Class Diagram Generator

2019-04-03 16:29发布

I was wondering if there was a software that would generate UML class diagrams from my project files (C#) in Visual Studio 2008 Professional? Like a plugin of sorts?

I have checked previous posts and did not see anything useful on the first glance.

Edit: I found Class Diagram item! but open to more tips.

Edit: Any ideas regarding how do I go about exporting these diagrams?

Edit: Export diagram as image.

3条回答
仙女界的扛把子
2楼-- · 2019-04-03 16:41

You can use the http://modeling.codeplex.com/ add-in.

查看更多
混吃等死
3楼-- · 2019-04-03 16:51

You can "Copy" and "Paste" the diagram into MSPaint

or you can just print it to the MS Document Image Writer as well.

查看更多
Ridiculous、
4楼-- · 2019-04-03 17:06

What about the Visual Studio Class Diagram?

Choose "add New Item" - General category - Class Diagram. Results should be like this:

alt text http://www.developingfor.net/wp-content/uploads/ClassDiagram2.png

查看更多
登录 后发表回答