Binder Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Contains factory methods to create dynamic call site binders for CSharp.
Assembly: Microsoft.CSharp (in Microsoft.CSharp.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | BinaryOperation(CSharpBinderFlags, ExpressionType, Type^, IEnumerable<CSharpArgumentInfo^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new CSharp binary operation binder. |
![]() ![]() | Convert(CSharpBinderFlags, Type^, Type^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new CSharp convert binder. |
![]() ![]() | GetIndex(CSharpBinderFlags, Type^, IEnumerable<CSharpArgumentInfo^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new CSharp get index binder. |
![]() ![]() | GetMember(CSharpBinderFlags, String^, Type^, IEnumerable<CSharpArgumentInfo^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new CSharp get member binder. |
![]() ![]() | Invoke(CSharpBinderFlags, Type^, IEnumerable<CSharpArgumentInfo^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new CSharp invoke binder. |
![]() ![]() | InvokeConstructor(CSharpBinderFlags, Type^, IEnumerable<CSharpArgumentInfo^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new CSharp invoke constructor binder. |
![]() ![]() | InvokeMember(CSharpBinderFlags, String^, IEnumerable<Type^>^, Type^, IEnumerable<CSharpArgumentInfo^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new CSharp invoke member binder. |
![]() ![]() | IsEvent(CSharpBinderFlags, String^, Type^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new CSharp is event binder. |
![]() ![]() | SetIndex(CSharpBinderFlags, Type^, IEnumerable<CSharpArgumentInfo^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new CSharp set index binder. |
![]() ![]() | SetMember(CSharpBinderFlags, String^, Type^, IEnumerable<CSharpArgumentInfo^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new CSharp set member binder. |
![]() ![]() | UnaryOperation(CSharpBinderFlags, ExpressionType, Type^, IEnumerable<CSharpArgumentInfo^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new CSharp unary operation binder. |
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
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

