Property | Type | Description |
---|
Method | Description | |
---|---|---|
Bind ( |
Performs the binding of the dynamic invoke operation.
|
|
FallbackInvoke ( |
Performs the binding of the dynamic invoke operation if the target dynamic object cannot bind.
|
|
FallbackInvoke ( |
Performs the binding of the dynamic invoke operation if the target dynamic object cannot bind.
|
Method | Description | |
---|---|---|
InvokeBinder ( |
Initializes a new instance of the InvokeBinder.
|
public final Bind ( |
||
target | The target of the dynamic invoke operation. | |
args | An array of arguments of the dynamic invoke operation. | |
return |
public FallbackInvoke ( |
||
target | The target of the dynamic invoke operation. | |
args | The arguments of the dynamic invoke operation. | |
return |
public abstract FallbackInvoke ( |
||
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. | |
return |
protected InvokeBinder ( |
||
callInfo | The signature of the arguments at the call site. | |
return | System.Dynamic.Utils |