从 C# 程序集中导出嵌入资源?

发布于 2024-09-30 06:25:59 字数 74 浏览 0 评论 0原文

我有一个 C# dll,它有一些嵌入式资源,但我在使用其中一些资源时遇到了麻烦。最好的应用程序是什么来提取这些资源以便我可以检查它们?

I have a C# dll that has some embedded resources and i'm having troubles with a couple of them. What would be the best app's to pull these resources out so that I can check them over?

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

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

发布评论

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

评论(2

百思不得你姐 2024-10-07 06:25:59

尝试 DotNetResourcesExtract

更新:
似乎不适用于 .Net 3.5 文件。
尝试资源调谐器。看起来很有希望,并且有 30 天的全功能试用版可供下载。

Try DotNetResourcesExtract

UPDATE:
Seems like doesn't work with .Net 3.5 files.
Try Resource Tuner. Looks promising and it has a 30 day fully functional trial version available for download.

○闲身 2024-10-07 06:25:59

我发现使用 .Net Reflector 打开文件可以让我看到资源!

I found that opening the file with .Net Reflector allowed me to see the Resources!

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