Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
System.Dynamic Namespace
Microsoft Silverlight will reach end of support after October 2021. Learn more.
The System.Dynamic namespace provides classes and interfaces that support Dynamic Language Runtime.
Classes
| Class | Description | |
|---|---|---|
| Public class | BinaryOperationBinder | Represents the binary dynamic operation at the call site, providing the binding semantic and the details about the operation. |
| Public class | BindingRestrictions | Represents a set of binding restrictions on the DynamicMetaObject under which the dynamic binding is valid. |
| Public class | CallInfo | Describes arguments in the dynamic binding process. |
| Public class | ConvertBinder | Represents the convert dynamic operation at the call site, providing the binding semantic and the details about the operation. |
| Public class | CreateInstanceBinder | Represents the dynamic create operation at the call site, providing the binding semantic and the details about the operation. |
| Public class | DeleteIndexBinder | Represents the dynamic delete index operation at the call site, providing the binding semantic and the details about the operation. |
| Public class | DeleteMemberBinder | Represents the dynamic delete member operation at the call site, providing the binding semantic and the details about the operation. |
| Public class | DynamicMetaObject | Represents the dynamic binding and a binding logic of an object participating in the dynamic binding. |
| Public class | DynamicMetaObjectBinder | The dynamic call site binder that participates in the DynamicMetaObject binding protocol. |
| Public class | DynamicObject | Provides a base class for specifying dynamic behavior at run time. This class must be inherited from; you cannot instantiate it directly. |
| Public class | ExpandoObject | Represents an object whose members can be dynamically added and removed at run time. |
| Public class | GetIndexBinder | Represents the dynamic get index operation at the call site, providing the binding semantic and the details about the operation. |
| Public class | GetMemberBinder | Represents the dynamic get member operation at the call site, providing the binding semantic and the details about the operation. |
| Public class | InvokeBinder | Represents the invoke dynamic operation at the call site, providing the binding semantic and the details about the operation. |
| Public class | InvokeMemberBinder | Represents the invoke member dynamic operation at the call site, providing the binding semantic and the details about the operation. |
| Public class | SetIndexBinder | Represents the dynamic set index operation at the call site, providing the binding semantic and the details about the operation. |
| Public class | SetMemberBinder | Represents the dynamic set member operation at the call site, providing the binding semantic and the details about the operation. |
| Public class | UnaryOperationBinder | Represents the unary dynamic operation at the call site, providing the binding semantic and the details about the operation. |
Interfaces
| Interface | Description | |
|---|---|---|
| Public interface | IDynamicMetaObjectProvider | Represents a dynamic object, that can have its operations bound at runtime. |
| Public interface | IInvokeOnGetBinder | Represents information about a dynamic get member operation, indicating if the get member should invoke properties when performing the get. |