一、object常用类

1、获取去类的类型和公共属性

var a= new Class A();

var props = A.GetType().GetProperties();

04-03 07:59