The overloads of GetFields are listed below. For a list of all members, see the Type Members list.
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. abstractGetFields(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.