AccessibleObject::IReflect::GetMember Method (String^, BindingFlags)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets an array of System.Reflection::MemberInfo objects corresponding to all public members or to all members that match a specified name. For a description of this member, see IReflect::GetMember.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual array<MemberInfo^>^ GetMember( String^ name, BindingFlags bindingAttr ) sealed = IReflect::GetMember
Parameters
- name
-
Type:
System::String^
The name of the member to find.
- bindingAttr
-
Type:
System.Reflection::BindingFlags
The binding attributes used to control the search.
Return Value
Type: array<System.Reflection::MemberInfo^>^An array of System.Reflection::MemberInfo objects matching the name parameter.
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
Available since 1.1
Show: