开发者

Visual Studio UML Class Diagram Generator

开发者 https://www.devze.com 2022-12-26 00:15 出处:网络
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 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 a开发者_开发知识库bout exporting these diagrams?

Edit: Export diagram as image.


What about the Visual Studio Class Diagram?

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

Visual Studio UML Class Diagram Generator


(source: developingfor.net)


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


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

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

0

精彩评论

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