Binder.GetMember Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initializes a new CSharp get member binder.
Namespace: Microsoft.CSharp.RuntimeBinder
Assembly: Microsoft.CSharp (in Microsoft.CSharp.dll)
Syntax
'Declaration
Public Shared Function GetMember ( _
flags As CSharpBinderFlags, _
name As String, _
context As Type, _
argumentInfo As IEnumerable(Of CSharpArgumentInfo) _
) As CallSiteBinder
public static CallSiteBinder GetMember(
CSharpBinderFlags flags,
string name,
Type context,
IEnumerable<CSharpArgumentInfo> argumentInfo
)
Parameters
- flags
Type: Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
The flags with which to initialize the binder.
- name
Type: System.String
The name of the member to get.
- context
Type: System.Type
The Type that indicates where this operation is used.
- argumentInfo
Type: System.Collections.Generic.IEnumerable<CSharpArgumentInfo>
The sequence of CSharpArgumentInfo instances for the arguments to this operation.
Return Value
Type: System.Runtime.CompilerServices.CallSiteBinder
Returns a new CSharp get member binder.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.