nopcommerce_系统开发文档

时间:2018-05-05 04:57:50
【文件属性】:

文件名称:nopcommerce_系统开发文档

文件大小:334KB

文件格式:DOC

更新时间:2018-05-05 04:57:50

nopcommerce

private ITask CreateTask() { ITask task = null; if (this.Enabled) { var type2 = System.Type.GetType(this.Type); if (type2 != null) { object instance; if (!EngineContext.Current.ContainerManager.TryResolve(type2, out instance)) { //not resolved instance = EngineContext.Current.ContainerManager.ResolveUnregistered(type2); } task = instance as ITask; } } return task; }


网友评论

  • 没有什么可看的