利用反射创建对象,待补充....

 

public static object CreateReflect( Type type) {

  return Activator.CreateInstance(type);

}

原文地址:https://www.cnblogs.com/kingsmart/p/13501421.html