TypeDelegator.GetProperties 方法

返回 PropertyInfo 对象的数组,这些对象表示由当前 TypeDelegator 对象包装的类型的属性。

重载列表

名称 说明
TypeDelegator.GetProperties () 返回当前 Type 的所有公共属性 (Property)。
TypeDelegator.GetProperties (BindingFlags) 返回 PropertyInfo 对象的数组,这些对象表示由当前 TypeDelegator 包装的类型的属性。

请参见

参考

TypeDelegator 类
TypeDelegator 成员
System.Reflection 命名空间