摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;namespace MethodInfoInvokeDemo{ public class ReflectTest { public void MethodWithNoParaNoReturn() { Console.WriteLine("不带参数且不返回值的方法"); } public strin... 阅读全文
posted @ 2012-12-06 20:10 94cool 阅读(9490) 评论(0) 推荐(2)