System.Dynamic.InvokeMemberBinder Members

The members of System.Dynamic.InvokeMemberBinder are listed below.

See Also: Inherited members from System.Dynamic.DynamicMetaObjectBinder

Protected Constructors

Public Properties

[read-only]
CallInfoCallInfo.

Gets the signature of the arguments at the call site.

[read-only]
IgnoreCasebool.

Gets the value indicating if the string comparison should ignore the case of the member name.

[read-only]
Namestring.

Gets the name of the member to invoke.

[read-only]
override
ReturnTypeType.

The result type of the operation.

Public Methods

override
Bind(DynamicMetaObject, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic invoke member operation.

abstract
FallbackInvoke(DynamicMetaObject, DynamicMetaObject[], DynamicMetaObject) : DynamicMetaObject

When overridden in the derived class, performs the binding of the dynamic invoke operation if the target dynamic object cannot bind.

FallbackInvokeMember(DynamicMetaObject, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic invoke member operation if the target dynamic object cannot bind.

abstract
FallbackInvokeMember(DynamicMetaObject, DynamicMetaObject[], DynamicMetaObject) : DynamicMetaObject

When overridden in the derived class, performs the binding of the dynamic invoke member operation if the target dynamic object cannot bind.