System.Dynamic.InvokeMemberBinder.FallbackInvoke Method

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

Syntax

public abstract DynamicMetaObject FallbackInvoke (DynamicMetaObject target, DynamicMetaObject[] args, DynamicMetaObject errorSuggestion)

Parameters

target
The target of the dynamic invoke operation.
args
The arguments of the dynamic invoke operation.
errorSuggestion
The binding result to use if binding fails, or null.

Returns

The System.Dynamic.DynamicMetaObject representing the result of the binding.

Remarks

This method is called by the target when the target implements the invoke member operation as a sequence of get member, and invoke, to let the System.Dynamic.DynamicMetaObject request the binding of the invoke operation only.

Requirements

Namespace: System.Dynamic
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0