有没有办法将 C# 类或库自动转换为 Visio?

发布于 2024-07-19 01:52:14 字数 101 浏览 5 评论 0原文

我有一个需要记录的 C# 类库。 有没有办法可以将项目或类转换为 Visio Uml。

我使用的是 Visual Studio 2008 Professional。

I have a C# class library that I need to document. Is there a way I can convert the project or class to a Visio Uml.

I am using Visual Studios 2008 Professional.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

堇色安年 2024-07-26 01:52:14

我认为该线程回答了您的问题:

http://social.msdn.microsoft.com/forums/en-US/vstsarch/thread/07b39757-eac4-49fa-81d5-8d167c9b9d21/

如“Program.X”所述上面的链接不再有效。

简短回答:Visio UML 模型中的代码逆向工程可与 Visio Pro 2007 和 Visual Studio Team System for Software Architects 2005 的组合一起使用。它不适用于 Visio Pro 2007 和Visual Studio Team System Architecture Edition 2008。但是,Visio Pro 2007 确实允许您对数据库进行逆向工程。

为什么?:现在所有版本的 Visual Studio 都以类设计器的形式提供了逆向工程代码的能力,其中代码与模型持续同步。 将来,Visual Studio Team System 中将提供其他建模功能。

显然有人找到了 VS2008 的解决方法,但使用它需要您自担风险。
http://www.nullify.net/Article/298.aspx

还有关于该主题的 MSDN 文章:
http://msdn.microsoft.com/en-us/library/cc947873。 ASPX

I think this thread answers your question:

http://social.msdn.microsoft.com/forums/en-US/vstsarch/thread/07b39757-eac4-49fa-81d5-8d167c9b9d21/

As mentioned by "Program.X" the above link no longer works.

Short answer: Reverse engineering of code in to Visio UML models works with the combination of Visio Pro 2007 and Visual Studio Team System for Software Architects 2005. It does not work with Visio Pro 2007 and Visual Studio Team System Architecture Edition 2008. However, Visio Pro 2007 does allow you to do reverse engineering of databases.

Why?: The ability to reverse engineer code is now provided by all versions of Visual Studio in the form of the class designer where the code is continuously synchronized with model. Additional modeling functionality will be provided within Visual Studio Team System in the future.

Apparently someone found a workaround for VS2008 but use it at your own risk.
http://www.nullify.net/Article/298.aspx

There is also an MSDN article on the subject:
http://msdn.microsoft.com/en-us/library/cc947873.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文