摘要:
Assembly ass=Assembly.LoadFrom("ReflectionStudy.exe"); Type t = ass.GetType("ReflectionStudy.Form1"); object obj = Activator.CreateInstance(t); 多参数初始化 ... 阅读全文
posted @ 2006-12-04 14:12
吴勇
阅读(219)
评论(0)
推荐(0)
|
摘要:
Assembly ass=Assembly.LoadFrom("ReflectionStudy.exe"); Type t = ass.GetType("ReflectionStudy.Form1"); object obj = Activator.CreateInstance(t); 多参数初始化 ... 阅读全文
posted @ 2006-12-04 14:12
吴勇
阅读(219)
评论(0)
推荐(0)
|