Property | Type | Description |
---|
Method | Description | |
---|---|---|
CSharpInvokeMemberBinder ( CSharpCallFlags flags, string name, |
Initializes a new instance of the CSharpInvokeMemberBinder.
|
|
FallbackInvoke ( |
Performs the binding of the dynamic invoke operation if the target dynamic object cannot bind.
|
|
FallbackInvokeMember ( |
Performs the binding of the dynamic invoke member operation if the target dynamic object cannot bind.
|
public CSharpInvokeMemberBinder ( CSharpCallFlags flags, string name, |
||
flags | CSharpCallFlags | Extra information about this operation that is not specific to any particular argument. |
name | string | The name of the member to invoke. |
callingContext | The |
|
typeArguments | IEnumerable |
The list of user-specified type arguments to this call. |
argumentInfo | IEnumerable |
The sequence of |
return | System |
public 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 |
public FallbackInvokeMember ( |
||
target | The target of the dynamic invoke member operation. | |
args | The arguments of the dynamic invoke member operation. | |
errorSuggestion | The binding result to use if binding fails, or null. | |
return |