Mef 和配置文件设置

发布于 2024-09-13 14:38:16 字数 214 浏览 1 评论 0原文

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 技术交流群。

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

发布评论

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

评论(1

于我来说 2024-09-20 14:38:16

MEF 默认不支持此功能。我相信 MefContrib 上有一个基于配置的编程模型可以做到这一点。

MEF doesn't support this by default. I believe there is a configuration-based programming model on MefContrib that does this.

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