Mono Class Library: System.Type Overview | Members

System.Type.GetFields Overloads

The overloads of GetFields are listed below. For a list of all members, see the Type Members list.

Public Methods

GetFields() : System.Reflection.FieldInfo[]
Returns an array of System.Reflection.FieldInfo objects that reflect the public fields defined in the type represented by the current instance.
abstract
GetFields(System.Reflection.BindingFlags) : System.Reflection.FieldInfo[]
Returns an array of System.Reflection.FieldInfo objects that reflect the fields that are defined in the type represented by the current instance and match the specified binding constraints.