System.Dynamic.DynamicMetaObject: Method Members

The methods of System.Dynamic.DynamicMetaObject are listed below. For a list of all members, see the DynamicMetaObject Members list.

See Also: Inherited members from System.Object

Public Methods

BindBinaryOperation(BinaryOperationBinder, DynamicMetaObject) : DynamicMetaObject

Performs the binding of the dynamic binary operation.

BindConvert(ConvertBinder) : DynamicMetaObject

Performs the binding of the dynamic conversion operation.

BindCreateInstance(CreateInstanceBinder, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic create instance operation.

BindDeleteIndex(DeleteIndexBinder, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic delete index operation.

BindDeleteMember(DeleteMemberBinder) : DynamicMetaObject

Performs the binding of the dynamic delete member operation.

BindGetIndex(GetIndexBinder, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic get index operation.

BindGetMember(GetMemberBinder) : DynamicMetaObject

Performs the binding of the dynamic get member operation.

BindInvoke(InvokeBinder, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic invoke operation.

BindInvokeMember(InvokeMemberBinder, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic invoke member operation.

BindSetIndex(SetIndexBinder, DynamicMetaObject[], DynamicMetaObject) : DynamicMetaObject

Performs the binding of the dynamic set index operation.

BindSetMember(SetMemberBinder, DynamicMetaObject) : DynamicMetaObject

Performs the binding of the dynamic set member operation.

BindUnaryOperation(UnaryOperationBinder) : DynamicMetaObject

Performs the binding of the dynamic unary operation.

static
Create(object, System.Linq.Expressions.Expression) : DynamicMetaObject

Creates a meta-object for the specified object.

GetDynamicMemberNames() : IEnumerable<string>

Returns the enumeration of all dynamic member names.