如何使用动态代理拦截 IIncation?
是否可以使用动态代理和 Windsor 拦截 IIncation(如果这种情况甚至需要 Windsor。不过,我使用它来配置代理生成)?
我想记录拦截已更改对拦截方法的调用。
例如传递的参数被更改或返回值。
请注意,这仅用于调试目的。
Is it possible to intercept an IInvocation using dynamic proxy and windsor (if windsor is even needed for such a case. I am using it to configure the proxy generation though)?
I would like to log that an interception has changed the call to the intercepted method.
For example the passed arguments were changed or the return value.
Note that this is for debug only purposes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请按照以下代码操作:
Follow the code below:
是的,有可能,我建议阅读此
Yes, its possible, I recommend to read this