反射的小例子
摘要:
项目名:ca 添加引用 code.google.com 和icenclass Program { static void Main(string[] args) { Assembly assembly = Assembly.Load("code.google.com"); Ihello hello = (Ihello)assembly.CreateInstance("code.google.com.a"); hello.printHello("tom"); Console.... 阅读全文
posted @ 2011-12-26 09:45 雨渐渐 阅读(127) 评论(0) 推荐(0)
浙公网安备 33010602011771号