其他分享
首页 > 其他分享> > 动态实例化类

动态实例化类

作者:互联网

//Type type = Type.GetType("MDK3ERPAPI.Models.SLF_ICBomChild", false);
//if (type == null)
//{
// return null;
//}
//var obj = Activator.CreateInstance(type);

标签:化类,false,MDK3ERPAPI,type,实例,null,Type,动态
来源: https://www.cnblogs.com/liangyuwen/p/15377844.html