MEF什么时候发货?

发布于 2024-08-09 12:38:33 字数 110 浏览 3 评论 0原文

我正在构建一个将在 .Net 4.0 发布后发布的产品。

MEF 是 .Net 4.0 的一个组成部分,所以我可以指望它们一起发布,还是它是一些可能单独发布的外部组件,因此使用起来很危险?

I'm building a product that will ship after .Net 4.0 is released.

Is MEF an integral part of .Net 4.0, so I can count on them being released together, or is it some external component that might be released separately and thus it is dangerous to use?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

作业与我同在 2024-08-16 12:38:33

是的,MEF 是 .NET Framework 4.0 的一部分。它位于程序集 System.ComponentModel.Composition.dll 中。您可以在此处了解更多信息:MSDN 中的 MEF

Yes, MEF is the part of .NET Framework 4.0. It is located in assembly System.ComponentModel.Composition.dll. You can learn more here: MEF in MSDN

傾城如夢未必闌珊 2024-08-16 12:38:33

托管扩展性框架 (MEF) 是 .NET Framework 4.0 中的一个新库 通过简化可扩展应用程序和组件的设计来解决这个问题。

The Managed Extensibility Framework (MEF) is a new library in .NET Framework 4.0 that addresses this problem by simplifying the design of extensible applications and components.

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