MEF 类型“AttributedAssemblyPartCatalog”发生了什么?

发布于 2024-07-16 10:06:39 字数 976 浏览 2 评论 0 原文

许多简单 MEF 示例(如下所列)使用 AttributedAssemblyPartCatalog

我已从 MEF 源href="http://www.codeplex.com" rel="nofollow noreferrer">CodePlex 但仍然无法在任何地方找到该类型。

AttributedAssemblyPartCatalog 发生了什么以及创建解析器的替代方法是什么?

Many simple MEF examples (listed below) uses AttributedAssemblyPartCatalog.

I have downloaded MEF source from CodePlex but still cannot find that type anywhere.

What happened to AttributedAssemblyPartCatalog and what is the alternative way of creating a resolver?

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

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

发布评论

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

评论(1

遗忘曾经 2024-07-23 10:06:39

他们在 drop 4 中将其(与其他目录一起)重命名为更短的标识符(我们现在正在 drop 5)。 现在称为 AssemblyCatalog。 同样,DirectoryPartCatalog 已重命名为 DirectoryCatalog。

They renamed it (along with the other catalogs) to a shorter identifier in drop 4 (we're up to drop 5 now). It's called AssemblyCatalog now. Similarly, DirectoryPartCatalog got renamed to DirectoryCatalog.

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