AccessibleObject::IReflect::GetFields Method (BindingFlags)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets an array of System.Reflection::FieldInfo objects corresponding to all fields of the current class. For a description of this member, see IReflect::GetFields.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual array<FieldInfo^>^ GetFields( BindingFlags bindingAttr ) sealed = IReflect::GetFields
Parameters
- bindingAttr
-
Type:
System.Reflection::BindingFlags
The binding attributes used to control the search.
Return Value
Type: array<System.Reflection::FieldInfo^>^An array of System.Reflection::FieldInfo objects containing all the field information for this reflection object that meets the search constraints specified in bindingAttr.
Implements
IReflect::GetFields(BindingFlags)Each field must have a unique name. The BindingFlags::NonPublic flag specifies that nonpublic fields are included in the search. The BindingFlags::Public flag specifies that public fields are included in the search.
This member is an explicit interface member implementation. It can be used only when the AccessibleObject instance is cast to an IReflect interface.
Available since 1.1