MEF 或开源中是否有可用的多目录 DirectoryCatalog?

发布于 2024-12-09 15:57:45 字数 197 浏览 0 评论 0原文

我想将扩展分离到某些Extensions目录的自己的子目录中。当然,我可以指定多个 DirectoryCatalog 并将它们放入 AggregateCatalog 中。但我必须去扫描该目录并创建它们。没什么大不了的,但是有类似 MultiDirectoryCatalog 的东西吗?

I'd like to separate extensions into their own subdirectory of some Extensions directory. I can specify multiple DirectoryCatalog of course and put them into an AggregateCatalog. But I have to go scan that directory and create those. Not a big deal, but is there something like MultiDirectoryCatalog out there?

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

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

发布评论

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

评论(1

七七 2024-12-16 15:57:45

不,您能做的最好的事情就是使用具有多个 DirectoryCatalog 的 AggregateCatalog。至少对于 .NET Framework 本身附带的内容来说是这样。

Nope the best you will be able to do is an AggregateCatalog with a multiple DirectoryCatalogs. At least with what ships in the .NET Framework itself.

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