我可以使用反射将通用 .NET DLL 转换为可与 Silverlight 配合使用的 DLL 吗?我应该使用什么工具?

发布于 2024-12-10 16:46:03 字数 96 浏览 1 评论 0原文

我有一个 DLL,但没有源代码,但我想在 Silverlight 中使用它。

不考虑依赖问题,我应该使用什么工具来反映到DLL中,获取源代码,并将其转换为SL库?

I have a DLL that I don't have source code to, but I want to use it in Silverlight.

Disregarding the dependency issue, what tool should I use to reflect into the DLL, get the source code, and convert it to a SL library?

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

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

发布评论

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

评论(1

孤独岁月 2024-12-17 16:46:03

任何反射器工具都应该足够了。 Red Gate 的 Reflector 有可用的插件,它将重建所有原始类文件假设有足够的元数据可用,并且 DLL 没有被混淆。

Any reflector tool ought to suffice. Red Gate's Reflector has an add-in available that will reconstruct all of the original class files for you, assuming there is sufficient metadata available, and the DLL is not otherwise obfuscated.

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