适用于 C# 代码的免费代码到流程图/UML 工具

发布于 2024-08-12 07:12:15 字数 1536 浏览 9 评论 0原文

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

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

发布评论

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

评论(2

假装不在乎 2024-08-19 07:12:15

Code Rocket 不是免费的,但我们的工具可以从 C# 代码生成流程图。您可以在 www.rapidqualitysystems.com 免费试用,

我希望这对看到这篇文章的其他人有所帮助。

艾伦

Not free but our tool, Code Rocket can generate flowcharts from C# code. You can try it out free at www.rapidqualitysystems.com

I hope this is helpful for anyone else that comes across this post.

Alan

忆沫 2024-08-19 07:12:15

如果您使用的是 Visual Studio 2010,它具有“可视化和建模功能包< /a>”,它可以从 UML 图生成代码,也可以从代码生成图。以下是功能包 2 功能页面的摘录:

代码可视化和建模功能(需要 Visual Studio 2010 Ultimate):

  • 使用“生成代码”命令从 UML 类图上的元素生成骨架代码。您可以使用默认转换,也可以编写自定义转换以将 UML 类型转换为代码。
  • 从现有代码创建 UML 类图。
  • 将 UML 序列图、类图和用例图中的元素导入为从其他建模工具导出的 XMI 2.1 文件。

If you're using Visual Studio 2010, it has a "Visualization and Modeling Feature Pack" which can generate code from UML diagrams and diagrams from code. Here is an excerpt from the features page of Feature Pack 2:

Code visualization and modeling features (requires Visual Studio 2010 Ultimate):

  • Use the Generate Code command to generate skeleton code from elements on UML class diagrams. You can use the default transformations, or you can write custom transformations to translate UML types into code.
  • Create UML class diagrams from existing code.
  • Import elements from UML sequence diagrams, class diagrams, and use case diagrams as XMI 2.1 files that are exported from other modeling tools.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文