如何在Visual Studio 2022中生成序列和UML类图?
我已经开始在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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用我的运行时流量工具从您的应用程序中收集一系列方法。
它有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