TypeDelegator.GetFields 方法

返回 FieldInfo 对象的数组,这些对象表示为当前 TypeDelegator 对象包装的类型定义的数据字段。

重载列表

名称 说明
TypeDelegator.GetFields () 返回当前 Type 的所有公共字段。
TypeDelegator.GetFields (BindingFlags) 返回 FieldInfo 对象的数组,这些对象表示为当前 TypeDelegator 包装的类型定义的数据字段。

请参见

参考

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