尖锐 IL 水平相互作用后
因此,我正在查看 PostSharp,我注意到它没有使用运行时生成的代理,但它实际上为编译过程提供了提示,以包含 IL 中的各个方面。
所以我最初的想法是哇,这到底是怎么做到的。有什么指示我应该在哪里寻找吗?
So I'm looking at PostSharp and I noticed that this isn't using runtime generated proxies but it is actually giving hints to the compilation process to include the aspects within the IL.
So my initial thought were wow, how the heck is this done. Any pointers where I should be looking?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看源代码。或者google“IL重写”,都是常用技术。
You could take a look at the source code. Or google "IL rewriting", it is a common technique.