Binder Class

Binder Class

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. ]

Contains factory methods to create dynamic call site binders for CSharp.

System::Object
  Microsoft.CSharp.RuntimeBinder::Binder

Namespace:  Microsoft.CSharp.RuntimeBinder
Assembly:  Microsoft.CSharp (in Microsoft.CSharp.dll)

No code example is currently available or this language may not be supported.

The Binder type exposes the following members.

  NameDescription
Public methodStatic memberBinaryOperationInitializes a new CSharp binary operation binder.
Public methodStatic memberConvertInitializes a new CSharp convert binder.
Public methodStatic memberGetIndexInitializes a new CSharp get index binder.
Public methodStatic memberGetMemberInitializes a new CSharp get member binder.
Public methodStatic memberInvokeInitializes a new CSharp invoke binder.
Public methodStatic memberInvokeConstructorInitializes a new CSharp invoke constructor binder.
Public methodStatic memberInvokeMemberInitializes a new CSharp invoke member binder.
Public methodStatic memberIsEventInitializes a new CSharp is event binder.
Public methodStatic memberSetIndexInitializes a new CSharp set index binder.
Public methodStatic memberSetMemberInitializes a new CSharp set member binder.
Public methodStatic memberUnaryOperationInitializes a new CSharp unary operation binder.
Top

Windows Phone OS

Supported in: 8.1, 8.0

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Show:
© 2017 Microsoft