System.Dynamic namespace
The System.Dynamic namespace provides classes and interfaces that support the dynamic language runtime (DLR).
This topic displays the types in the System.Dynamic namespace that are included in the .NET for Windows Store apps. Note that the .NET for Windows Store apps does not include all the members of each type. For information about individual types, see the linked topics. The documentation for a type indicates which members are included in the .NET for Windows Store apps.
System.Dynamic namespace
Types supported in the .NET for Windows Store apps |
Description |
---|---|
Represents the binary dynamic operation at the call site, providing the binding semantic and the details about the operation. |
|
Represents a set of binding restrictions on the DynamicMetaObject under which the dynamic binding is valid. |
|
Describes arguments in the dynamic binding process. |
|
Represents the convert dynamic operation at the call site, providing the binding semantic and the details about the operation. |
|
Represents the dynamic create operation at the call site, providing the binding semantic and the details about the operation. |
|
Represents the dynamic delete index operation at the call site, providing the binding semantic and the details about the operation. |
|
Represents the dynamic delete member operation at the call site, providing the binding semantic and the details about the operation. |
|
Represents the dynamic binding and a binding logic of an object participating in the dynamic binding. |
|
Represents the dynamic call site binder that participates in the DynamicMetaObject binding protocol. |
|
Provides a base class for specifying dynamic behavior at run time. This class must be inherited from; you cannot instantiate it directly. |
|
Represents an object whose members can be dynamically added and removed at run time. |
|
Represents the dynamic get index operation at the call site, providing the binding semantic and the details about the operation. |
|
Represents the dynamic get member operation at the call site, providing the binding semantic and the details about the operation. |
|
Represents a dynamic object, that can have its operations bound at runtime. |
|
Represents information about a dynamic get member operation that indicates if the get member should invoke properties when they perform the get operation. |
|
Represents the invoke dynamic operation at the call site, providing the binding semantic and the details about the operation. |
|
Represents the invoke member dynamic operation at the call site, providing the binding semantic and the details about the operation. |
|
Represents the dynamic set index operation at the call site, providing the binding semantic and the details about the operation. |
|
Represents the dynamic set member operation at the call site, providing the binding semantic and the details about the operation. |
|
Represents the unary dynamic operation at the call site, providing the binding semantic and the details about the operation. |