Mef 和配置文件设置
Mef 新手,所以我正在进行探索之旅。 我想知道你是否可以像 Unity 一样从配置文件中读取。
我的意思是配置一个接口并映射到一个类并解决它。
让我们以“插件”为例 我可以采取创建文件夹“Plugins”的方法,MEF 会很乐意读取所有插件。 如果我想定义我想在像 unity 这样的配置文件中使用的类/接口怎么办? 这可以完成还是我错过了 mef 的重点?
多谢
New to Mef so I m on a discovery tour.
I was wondering whether you could read from Configuration file like Unity does.
I mean configure an Interface and mapto a class and sort of resolve it.
Lets take an example "Plugins"
I could take the approach of creating a folder "Plugins" and MEF would happily read all the plugins.
What about if I wanted to define the classes/interfaces I want to use in a config file like unity.
Can this be done or Am I missing the point with mef?
Thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MEF 默认不支持此功能。我相信 MefContrib 上有一个基于配置的编程模型可以做到这一点。
MEF doesn't support this by default. I believe there is a configuration-based programming model on MefContrib that does this.