This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the dynamic binding and a binding logic of an object participating in the dynamic binding.
public ref class DynamicMetaObjectpublic class DynamicMetaObjecttype DynamicMetaObject = classPublic Class DynamicMetaObjectFor more information, download theImplementing Dynamic Interfaces article available in PDF format.
| Name | Description |
|---|---|
| DynamicMetaObject(Expression, BindingRestrictions, Object) | Initializes a new instance of theDynamicMetaObject class. |
| DynamicMetaObject(Expression, BindingRestrictions) | Initializes a new instance of theDynamicMetaObject class. |
| Name | Description |
|---|---|
| EmptyMetaObjects | Represents an empty array of typeDynamicMetaObject. This field is read only. |
| Name | Description |
|---|---|
| Expression | The expression representing theDynamicMetaObject during the dynamic binding process. |
| HasValue | Gets a value indicating whether theDynamicMetaObject has the runtime value. |
| LimitType | Gets the limit type of theDynamicMetaObject. |
| Restrictions | The set of binding restrictions under which the binding is valid. |
| RuntimeType | Gets theType of the runtime value or null if theDynamicMetaObject has no value associated with it. |
| Value | The runtime value represented by thisDynamicMetaObject. |
| Name | Description |
|---|---|
| BindBinaryOperation(BinaryOperationBinder, DynamicMetaObject) | Performs the binding of the dynamic binary operation. |
| BindConvert(ConvertBinder) | Performs the binding of the dynamic conversion operation. |
| BindCreateInstance(CreateInstanceBinder, DynamicMetaObject[]) | Performs the binding of the dynamic create instance operation. |
| BindDeleteIndex(DeleteIndexBinder, DynamicMetaObject[]) | Performs the binding of the dynamic delete index operation. |
| BindDeleteMember(DeleteMemberBinder) | Performs the binding of the dynamic delete member operation. |
| BindGetIndex(GetIndexBinder, DynamicMetaObject[]) | Performs the binding of the dynamic get index operation. |
| BindGetMember(GetMemberBinder) | Performs the binding of the dynamic get member operation. |
| BindInvoke(InvokeBinder, DynamicMetaObject[]) | Performs the binding of the dynamic invoke operation. |
| BindInvokeMember(InvokeMemberBinder, DynamicMetaObject[]) | Performs the binding of the dynamic invoke member operation. |
| BindSetIndex(SetIndexBinder, DynamicMetaObject[], DynamicMetaObject) | Performs the binding of the dynamic set index operation. |
| BindSetMember(SetMemberBinder, DynamicMetaObject) | Performs the binding of the dynamic set member operation. |
| BindUnaryOperation(UnaryOperationBinder) | Performs the binding of the dynamic unary operation. |
| Create(Object, Expression) | Creates a meta-object for the specified object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited fromObject) |
| GetDynamicMemberNames() | Returns the enumeration of all dynamic member names. |
| GetHashCode() | Serves as the default hash function. (Inherited fromObject) |
| GetType() | Gets theType of the current instance. (Inherited fromObject) |
| MemberwiseClone() | Creates a shallow copy of the currentObject. (Inherited fromObject) |
| ToString() | Returns a string that represents the current object. (Inherited fromObject) |
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?
Was this page helpful?
Want to try using Ask Learn to clarify or guide you through this topic?