如何生成 .NET 程序集的可打印概述?

发布于 2024-11-29 05:06:35 字数 1539 浏览 0 评论 0原文

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

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

发布评论

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

评论(1

怀里藏娇 2024-12-06 05:06:35

您可以使用框架设计工作室。尽管其实际目的是设计、审查和比较框架程序集,但您也可以使用它将程序集的定义导出到文件(RTF、DOC 和 XML)。我已经将它与 RTF 一起使用,DOC 似乎挂在了 - 至少在我的盒子上。结果将是一个文件,其中程序集中的所有类型(类、接口等)都具有漂亮的颜色。方法体和其他细节被省略,但我认为你无论如何都不想要它们。

下面是一个示例,显示一个 FDS 自己的程序集作为 Word 中的 RTF 导出:

FDS RTF export in Word

我应该补充一点FDS 并不是棚屋中最锋利的工具,但对于“一次性”导出大型装配体来说,它应该没问题。

You could use the Framework Design Studio. Although its actual purpose is to design, review and diff framework assemblies, you can also use it to export the definitions of an assembly to a file (RTF, DOC and XML). I've used it with RTF, DOC seems to hang - at least on my box. The result will be a file with all types (classes, interfaces, etc.) in the assembly nicely colored. Method bodies and other details are omitted, but I think that you didn't want them anyway.

Here is a example showing one FDS' own assemblies as an RTF export in Word:

FDS RTF export in Word

I should add that FDS is not exactly the sharpest tool in the shed, but for doing a "one time" export of even a large assembly it should be OK.

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