摘要: 下面这段代码整理自sl4的官方文档,已经加了详细的注释,相信大家都能看明白:using System;using System.Reflection;using System.Reflection.Emit;using System.Threading;namespace CustomAttributeBuilderSample{ public class DemoClass { static void Main(string[] args) { //得到新类型 Type myType = BuildTypeW... 阅读全文
posted @ 2011-11-13 21:46 菩提树下的杨过 阅读(5864) 评论(1) 推荐(1) 编辑