AccessibleObject::IReflect::GetField Method (String^, BindingFlags)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the System.Reflection::FieldInfo object corresponding to the specified field and binding flag. For a description of this member, see IReflect::GetField.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual FieldInfo^ GetField(
	String^ name,
	BindingFlags bindingAttr
) sealed = IReflect::GetField

Parameters

name
Type: System::String^

The name of the field to find.

bindingAttr
Type: System.Reflection::BindingFlags

The binding attributes used to control the search.

Return Value

Type: System.Reflection::FieldInfo^

A System.Reflection::FieldInfo object containing the field information for the named object that meets the search constraints specified in bindingAttr.

Exception Condition
AmbiguousMatchException

The object implements multiple fields with the same name.

This member is an explicit interface member implementation. It can be used only when the AccessibleObject instance is cast to an IReflect interface.

.NET Framework
Available since 1.1
Return to top
Show: