摘要: using Fasterflect; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threadi 阅读全文
posted @ 2016-03-09 19:40 远方V3 阅读(629) 评论(0) 推荐(0) 编辑
摘要: 问题:实例化的对象,反射后得到的列表包含了被隐藏的基类成员,这时如果转换为hashtable将会报key以存在的错误,如果单独使用GetProperty(“”),将会引发异常“System.Reflection.AmbiguousMatchException” 分析:找不到办法得到不包含基类成员集合 阅读全文
posted @ 2016-03-09 19:33 远方V3 阅读(320) 评论(0) 推荐(0) 编辑