|
| Class | Description |
|---|
.gif) | BinaryOperationBinder | Represents the binary dynamic operation at the call site, providing the binding semantic and the details about the operation. |
.gif) | BindingRestrictions | Represents a set of binding restrictions on the DynamicMetaObject under which the dynamic binding is valid. |
.gif) | CallInfo | Describes arguments in the dynamic binding process. |
.gif) | ConvertBinder | Represents the convert dynamic operation at the call site, providing the binding semantic and the details about the operation. |
.gif) | CreateInstanceBinder | Represents the dynamic create operation at the call site, providing the binding semantic and the details about the operation. |
.gif) | DeleteIndexBinder | Represents the dynamic delete index operation at the call site, providing the binding semantic and the details about the operation. |
.gif) | DeleteMemberBinder | Represents the dynamic delete member operation at the call site, providing the binding semantic and the details about the operation. |
.gif) | DynamicMetaObject | Represents the dynamic binding and a binding logic of an object participating in the dynamic binding. |
.gif) | DynamicMetaObjectBinder | The dynamic call site binder that participates in the DynamicMetaObject binding protocol. |
.gif) | DynamicObject | Provides a base class for specifying dynamic behavior at run time. This class must be inherited from; you cannot instantiate it directly. |
.gif) | ExpandoObject | Represents an object whose members can be dynamically added and removed at run time. |
.gif) | GetIndexBinder | Represents the dynamic get index operation at the call site, providing the binding semantic and the details about the operation. |
.gif) | GetMemberBinder | Represents the dynamic get member operation at the call site, providing the binding semantic and the details about the operation. |
.gif) | InvokeBinder | Represents the invoke dynamic operation at the call site, providing the binding semantic and the details about the operation. |
.gif) | InvokeMemberBinder | Represents the invoke member dynamic operation at the call site, providing the binding semantic and the details about the operation. |
.gif) | SetIndexBinder | Represents the dynamic set index operation at the call site, providing the binding semantic and the details about the operation. |
.gif) | SetMemberBinder | Represents the dynamic set member operation at the call site, providing the binding semantic and the details about the operation. |
.gif) | UnaryOperationBinder | Represents the unary dynamic operation at the call site, providing the binding semantic and the details about the operation. |