The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Binder::GetMember Method (CSharpBinderFlags, String^, Type^, IEnumerable<CSharpArgumentInfo^>^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new CSharp get member binder.
Assembly: Microsoft.CSharp (in Microsoft.CSharp.dll)
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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: