我可以使用反射将通用 .NET DLL 转换为可与 Silverlight 配合使用的 DLL 吗?我应该使用什么工具?
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
任何反射器工具都应该足够了。 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.