10 个解决方案
#1
using
bin下右键 添加引用
页面using ....
bin下右键 添加引用
页面using ....
#2
补充:我是想通过反射来获取类
#3
你是用三层吗?
你哪个层要用到表示层中的类的?
三层中这好像不对吧!
你哪个层要用到表示层中的类的?
三层中这好像不对吧!
#4
没人知道么
#5
反射
object o = Activator.CreateInstance();
object o = Activator.CreateInstance();
#6
程序集你总该有吧。类名你知道吧。。
#7
程序集和类名肯定知道
#8
object o = Activator.CreateInstance();‘那你用这种方法就可以啦。。到时转换一下。。
#9
object o = Activator.CreateInstance();‘那你用这种方法就可以啦。。到时转换一下。。
#1
using
bin下右键 添加引用
页面using ....
bin下右键 添加引用
页面using ....
#2
补充:我是想通过反射来获取类
#3
你是用三层吗?
你哪个层要用到表示层中的类的?
三层中这好像不对吧!
你哪个层要用到表示层中的类的?
三层中这好像不对吧!
#4
没人知道么
#5
反射
object o = Activator.CreateInstance();
object o = Activator.CreateInstance();
#6
程序集你总该有吧。类名你知道吧。。
#7
程序集和类名肯定知道
#8
object o = Activator.CreateInstance();‘那你用这种方法就可以啦。。到时转换一下。。
#9
object o = Activator.CreateInstance();‘那你用这种方法就可以啦。。到时转换一下。。