wuyong

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年12月4日

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