摘要: 现在只能控制属性,还不能控制其它成员,如事件,方法等等。演示一:动态生成类。演示二:动态添加属性到类。演示三:动态从类里删除属性。演示四:动态获取和设置属性值。类帮助器代码:Codeusing System;using System.Collections.Generic;using System.Reflection.Emit;using System.Reflection;using Syst... 阅读全文
posted @ 2009-11-28 03:18 星火卓越 阅读(275) 评论(0) 推荐(0) 编辑