托管可扩展性框架、拦截和动态代理

发布于 2024-09-13 06:23:09 字数 79 浏览 9 评论 0原文

任务很简单,但找不到方向。

我想拦截 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陌路黄昏 2024-09-20 06:23:09

没有简单的方法可以做到这一点。您可以编写自定义编程模型,或者可以在您自己的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文