I am myself!
博客园
首页
新闻
新随笔
联系
管理
订阅
随笔- 54 文章- 0 评论- 30
09 2011 档案
根据对象名获取对象
摘要: object o = this.GetType().GetField(name, System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.IgnoreCase).GetValue(this); return ((Control)o);
阅读全文
posted @
2011-09-22 20:23
MyFavorite 阅读(42) |
评论 (0)
编辑
公告