摘要: 举例: Type tDate = typeof(System.DateTime); Object result = tDate.InvokeMember("Now", BindingFlags.GetProperty, null, null, new Obje... 阅读全文
posted @ 2015-09-15 19:48 沙耶 阅读(7861) 评论(0) 推荐(0)