MEF 或开源中是否有可用的多目录 DirectoryCatalog?
我想将扩展分离到某些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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您能做的最好的事情就是使用具有多个 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.