动态实例化类

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

原文地址:https://www.cnblogs.com/liangyuwen/p/15377844.html