摘要: 1.使用System.Object.GetType()得到Type引用使用一个SportsCar实例得到类型信息SportsCar sc=new SportsCar();Type t=sc.GetType();2.使用Typeof得到Type引用Type t =typeof(SportsCar);3... 阅读全文
posted @ 2014-10-16 16:04 伟杰Andy 阅读(183) 评论(0) 推荐(0)