System.Dynamic.InvokeBinder: Method Members

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

See Also: Inherited members from System.Dynamic.DynamicMetaObjectBinder

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.