简体   繁体   English

有没有工具可以将 .NET 组件拆解成 Reflection.Emit 代码?

[英]Is there a tool to disassemble .NET assemblies into Reflection.Emit code?

I'm starting to look into dynamically created assemblies using Reflection.Emit, and I'm wondering if there is any tool which can disassembly an existing code into the instructions required to emit it using Reflection.Emit.我开始研究使用 Reflection.Emit 动态创建的程序集,我想知道是否有任何工具可以将现有代码反汇编为使用 Reflection.Emit 发出它所需的指令。 ildasm / Reflector can give me the IL code for a module and I can use them as a "template" for coding with System.Reflection.Emit classes to "copy" it, but I was wondering if there is any tool which does this extra step of creating the ref.emit instructions to make my learning easier. ildasm / Reflector 可以为我提供模块的 IL 代码,我可以将它们用作“模板”,用于使用 System.Reflection.Emit 类进行编码以“复制”它,但我想知道是否有任何工具可以做到这一点创建 ref.emit 指令以使我的学习更容易的步骤。

There is a plugin for the .NET Reflector : Reflection.Emit Language .NET Reflector有一个插件: Reflection.Emit Language

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM