摘要: 网上的众多关于反射的文章 都是 一开始 就之乎者也不是Assembly就是程序集看的哥这菜鸟 。。。。。。晕的,,,,,,那个汗先上简单的 ,运行下,一般人 先看出到 反射 的一些小用法了using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;namespace ReflectionExample{ class ReflTest1 { private string _prop1; public string Prop1 { get { re 阅读全文
posted @ 2011-04-09 18:59 张土土 阅读(168) 评论(0) 推荐(0) 编辑