This topic has not yet been rated - Rate this topic

Binder Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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)
public static class Binder

The Binder type exposes the following members.

  Name Description
Public method Static member BinaryOperation Initializes a new CSharp binary operation binder.
Public method Static member Convert Initializes a new CSharp convert binder.
Public method Static member GetIndex Initializes a new CSharp get index binder.
Public method Static member GetMember Initializes a new CSharp get member binder.
Public method Static member Invoke Initializes a new CSharp invoke binder.
Public method Static member InvokeConstructor Initializes a new CSharp invoke constructor binder.
Public method Static member InvokeMember Initializes a new CSharp invoke member binder.
Public method Static member IsEvent Initializes a new CSharp is event binder.
Public method Static member SetIndex Initializes a new CSharp set index binder.
Public method Static member SetMember Initializes a new CSharp set member binder.
Public method Static member UnaryOperation Initializes a new CSharp unary operation binder.
Top

The C# runtime binder does not exploit the L2 DLR cache.

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ