是否可以更改 MEF 创建导入对象的方式?
我想使用 MEF 来查找我的扩展,但保留将它们创建到 Ninject 或自定义工厂的责任。这可能吗?
I would like to use MEF to find my extensions but keep the responsibility for creating them to Ninject or a custom factory. Is that possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
参见文章:
“使用 MEF 的出口提供商和定制工厂”,作者:Glenn Block
http ://codebetter.com/blogs/glenn.block/archive/2008/11/30/export-providers-and-custom-factories-with-mef.aspx。
您可以阅读一些有关使用自定义工厂的可能性的信息。
在本文中,您将看到其他 2 个链接,作者:Matt Hawley:
“MEF + 工厂”和“MEF + 使用出口提供商的工厂”
See the article:
"Export Providers and Custom factories with MEF", by Glenn Block
http://codebetter.com/blogs/glenn.block/archive/2008/11/30/export-providers-and-custom-factories-with-mef.aspx.
You can read some bits about possibilities to use custom factories.
In this article, you will see links to 2 other, by Matt Hawley:
"MEF + Factories", and "MEF + Factories Using an Export Provider"