Retrieves an array of System.Reflection.MemberInfo objects corresponding to all public members or to all members that match a specified name.
![]()
An array of System.Reflection.MemberInfo objects matching the name parameter.
The IReflect.GetMember(string, BindingFlags) method retrieves an array of System.Reflection.MemberInfo objects by using the name and binding attribute that correspond to all public members or to all members that match a specified name. The case of the specified name is observed or ignored, as specified by BindingFlags.IgnoreCase.