Méthode | Description | |
---|---|---|
BindBinaryOperation ( |
Performs the binding of the dynamic binary operation.
|
|
BindConvert ( |
Performs the binding of the dynamic conversion operation.
|
|
BindCreateInstance ( |
Performs the binding of the dynamic create instance operation.
|
|
BindDeleteIndex ( |
Performs the binding of the dynamic delete index operation.
|
|
BindDeleteMember ( |
Performs the binding of the dynamic delete member operation.
|
|
BindGetIndex ( |
Performs the binding of the dynamic get index operation.
|
|
BindGetMember ( |
Performs the binding of the dynamic get member operation.
|
|
BindInvoke ( |
Performs the binding of the dynamic invoke operation.
|
|
BindInvokeMember ( |
Performs the binding of the dynamic invoke member operation.
|
|
BindSetIndex ( |
Performs the binding of the dynamic set index operation.
|
|
BindSetMember ( |
Performs the binding of the dynamic set member operation.
|
|
BindUnaryOperation ( |
Performs the binding of the dynamic unary operation.
|
|
Create ( object value, |
Creates a meta-object for the specified object.
|
|
DynamicMetaObject ( |
Initializes a new instance of the DynamicMetaObject class.
|
|
DynamicMetaObject ( |
Initializes a new instance of the DynamicMetaObject class.
|
Méthode | Description | |
---|---|---|
GetDynamicMemberNames ( ) : IEnumerable |
||
GetExpressions ( |
Returns the list of expressions represented by the DynamicMetaObject instances.
|
public BindBinaryOperation ( |
||
binder | An instance of the |
|
arg | An instance of the |
|
Résultat |
public BindConvert ( |
||
binder | An instance of the |
|
Résultat |
public BindCreateInstance ( |
||
binder | An instance of the |
|
args | An array of |
|
Résultat |
public BindDeleteIndex ( |
||
binder | An instance of the |
|
indexes | An array of |
|
Résultat |
public BindDeleteMember ( |
||
binder | An instance of the |
|
Résultat |
public BindGetIndex ( |
||
binder | An instance of the |
|
indexes | An array of |
|
Résultat |
public BindGetMember ( |
||
binder | An instance of the |
|
Résultat |
public BindInvoke ( |
||
binder | An instance of the |
|
args | An array of |
|
Résultat |
public BindInvokeMember ( |
||
binder | An instance of the |
|
args | An array of |
|
Résultat |
public BindSetIndex ( |
||
binder | An instance of the |
|
indexes | An array of |
|
value | The |
|
Résultat |
public BindSetMember ( |
||
binder | An instance of the |
|
value | The |
|
Résultat |
public BindUnaryOperation ( |
||
binder | An instance of the |
|
Résultat |
public static Create ( object value, |
||
value | object | The object to get a meta-object for. |
expression | The expression representing this |
|
Résultat |
public DynamicMetaObject ( |
||
expression | The expression representing this |
|
restrictions | The set of binding restrictions under which the binding is valid. | |
Résultat | System.Collections.Generic |
public DynamicMetaObject ( |
||
expression | The expression representing this |
|
restrictions | The set of binding restrictions under which the binding is valid. | |
value | object | The runtime value represented by the |
Résultat | System.Collections.Generic |