是否可以使用托管代码以编程方式检查程序集的 IL 指令?
见标题。 Reflection.Emit 似乎更多的是创建一个新的动态程序集,而不是加载现有程序集并检查其 IL。
See title. Reflection.Emit seems to be more about creating a new dynamic assembly, not for loading an exisitng assembly and inspecting its IL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通用编译器基础结构
Common Compiler Infrastructure
Reflector 就是这样做的,上次我检查时, Reflector 仍然可以通过这种方式检查(即拆卸)自身,因此它会向您准确展示它是如何工作的。
Reflector does this, and last time I checked, Reflector could still inspect (i.e. disassemble) itself this way, so it will show you exactly how it works.