托管可扩展性框架、拦截和动态代理
任务很简单,但找不到方向。
我想拦截 MEF 的对象创建并返回对象的代理(使用城堡动态代理),然后返回对象本身。 可以这样做吗?
easy task, but couldn't find any direction.
i want to intercept object creation of MEF and return proxy (using castle dynamic proxy) of my object either then the object itself.
is it possible to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有简单的方法可以做到这一点。您可以编写自定义编程模型,或者可以在您自己的 Type 对象上创建 TypeCatalog。
There's no simple way to do this. You could write a custom programming model, or maybe create a TypeCatalog over your own Type object.