MEF什么时候发货?
我正在构建一个将在 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,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
托管扩展性框架 (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.