Property | Type | Description | |
---|---|---|---|
CreateArgumentMetaObjects | System.Dynamic.DynamicMetaObject[] | ||
GetUpdateExpression | |||
MakeDeferred |
Method | Description | |
---|---|---|
Bind ( |
When overridden in the derived class, performs the binding of the dynamic operation.
|
|
Bind ( object args, ReadOnlyCollection |
Performs the runtime binding of the dynamic operation on a set of arguments.
|
|
Defer ( ) : |
Defers the binding of the operation until later time when the runtime values of all dynamic operation arguments have been computed.
|
|
Defer ( |
Defers the binding of the operation until later time when the runtime values of all dynamic operation arguments have been computed.
|
Method | Description | |
---|---|---|
DynamicMetaObjectBinder ( ) : System.Collections.ObjectModel |
Initializes a new instance of the DynamicMetaObjectBinder class.
|
Method | Description | |
---|---|---|
CreateArgumentMetaObjects ( object args, ReadOnlyCollection |
||
GetUpdateExpression ( Type type ) : |
||
MakeDeferred ( |
public abstract Bind ( |
||
target | The target of the dynamic operation. | |
args | An array of arguments of the dynamic operation. | |
return |
public final Bind ( object args, ReadOnlyCollection |
||
args | object | An array of arguments to the dynamic operation. |
parameters | ReadOnlyCollection |
The array of |
returnLabel | A LabelTarget used to return the result of the dynamic binding. | |
return |
public Defer ( |
||
target | The target of the dynamic operation. | |
return |
protected DynamicMetaObjectBinder ( ) : System.Collections.ObjectModel | ||
return | System.Collections.ObjectModel |