Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
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. | |
Результат |
protected CreateInstanceBinder ( |
||
callInfo | The signature of the arguments at the call site. | |
Результат | System.Dynamic.Utils |
public FallbackCreateInstance ( |
||
target | The target of the dynamic create operation. | |
args | The arguments of the dynamic create operation. | |
Результат |
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. | |
Результат |