Binder.GetMember Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new CSharp get member binder.
Assembly: Microsoft.CSharp (in Microsoft.CSharp.dll)
'Declaration Public Shared Function GetMember ( _ flags As CSharpBinderFlags, _ name As String, _ context As Type, _ argumentInfo As IEnumerable(Of CSharpArgumentInfo) _ ) As CallSiteBinder
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(Of CSharpArgumentInfo)
The sequence of CSharpArgumentInfo instances for the arguments to this operation.
Return Value
Type: System.Runtime.CompilerServices.CallSiteBinderReturns a new CSharp get member binder.
Show: