【发布时间】:2014-04-19 04:19:17
【问题描述】:
我是 IOC 和 StructureMap 的新手。当我试图调用 TheCallingAssembly() 方法时,它无法识别它。
请大家帮忙
ObjectFactory.Configure(x =>
{
x.Scan(y =>
{
// y.TheCallingAssembly();
y.LookForRegistries();
});
});
【问题讨论】:
标签: c# .net inversion-of-control structuremap