IReflect.GetMember Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Retrieves an array of MemberInfo objects corresponding to all public members or to all members that match a specified name.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Function GetMember ( _
name As String, _
bindingAttr As BindingFlags _
) As MemberInfo()
MemberInfo[] GetMember(
string name,
BindingFlags bindingAttr
)
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 MemberInfo objects matching the name parameter.
Remarks
The GetMember method retrieves an array of 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.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.