使用 Structuremap.net 从新程序集加载类型
我正在玩 Structuremap.net,我想做的(我不确定是否可能)是加载实现特定接口的类型,并且该类型存在于程序集中,例如在我的应用程序中不存在引用我想将新程序集放入应用程序目录中并配置要加载的 IOC 容器,目前我没有使用配置文件,我只是测试这个概念:)
提前致谢
I'm playing around with structuremap.net and what I'm trying to do (I'm not sure if it possible or not) is loading type implementing specific interface and this type exist in assembly that's not refrence in my application, for example i want to drop new assembly in the application directory and configure the IOC container to load , currently i'm not using a configuration file i'm just testing the concept :)
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以扫描应用程序目录中的所有程序集:
或特定文件夹中的特定程序集:
It's possible to scan all Assemblies in the application directory:
or specific assemblies in a specific folder: