Property | Type | Description |
---|
Method | Description | |
---|---|---|
Bind ( |
Performs the binding of the dynamic create operation.
|
|
FallbackCreateInstance ( |
Performs the binding of the dynamic create operation if the target dynamic object cannot bind.
|
|
FallbackCreateInstance ( |
When overridden in the derived class, performs the binding of the dynamic create operation if the target dynamic object cannot bind.
|
Method | Description | |
---|---|---|
CreateInstanceBinder ( |
Initializes a new instance of the CreateInstanceBinder.
|
public final Bind ( |
||
target | The target of the dynamic create operation. | |
args | An array of arguments of the dynamic create operation. | |
return |
protected CreateInstanceBinder ( |
||
callInfo | The signature of the arguments at the call site. | |
return | System.Dynamic.Utils |
public FallbackCreateInstance ( |
||
target | The target of the dynamic create operation. | |
args | The arguments of the dynamic create operation. | |
return |
public abstract FallbackCreateInstance ( |
||
target | The target of the dynamic create operation. | |
args | The arguments of the dynamic create operation. | |
errorSuggestion | The binding result to use if binding fails, or null. | |
return |