System.Dynamic.InvokeBinder Members

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

See Also: Inherited members from System.Dynamic.DynamicMetaObjectBinder

Protected Constructors

Initializes a new instance of the System.Dynamic.InvokeBinder.

Public Properties

[read-only]
CallInfoCallInfo.

Gets the signature of the arguments at the call site.

[read-only]
override
ReturnTypeType.

The result type of the operation.

Public Methods

override
Bind(DynamicMetaObject, DynamicMetaObject[]) : DynamicMetaObject

Performs the binding of the dynamic invoke operation.

FallbackInvoke(DynamicMetaObject, DynamicMetaObject[]) : DynamicMetaObject

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

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

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