Binder Class

Definition

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

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

public ref class Binder abstract sealed
public static class Binder
type Binder = class
Public Class Binder
Inheritance
Binder

Methods

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.

Applies to