如何在Visual Studio 2022中生成序列和UML类图?

发布于 2025-02-09 01:32:50 字数 149 浏览 1 评论 0原文

我已经开始在Visual Studio Professional 2022中从事新的C#项目,并希望为整个项目创建一个序列图和UML类图。

有没有办法使用Visual Studio Professional 2022来做到这一点?

我可以使用第三方工具吗?

I have started working on a new C# project in Visual Studio Professional 2022 and wanted to create a sequence diagram and UML class diagram for the entire project.

Is there a way to do that using Visual Studio Professional 2022?

Is there a third-party tool I can use to do that?

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

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

发布评论

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

评论(1

反目相谮 2025-02-16 01:32:50

您可以使用我的运行时流量工具从您的应用程序中收集一系列方法。

它有RFClassGraph加载项,从而从序列中创建了类关系图:
httpps://vlasovstudio.com/runtime-flow/runtime-flow/documentation/documentation/documentation/api.html

You can use my Runtime Flow tool to collect a sequence of method calls from your application.

And there is RFClassGraph add-in for it that creates a class relationship diagram from the sequence:
https://vlasovstudio.com/runtime-flow/documentation/api.html

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