The members of System.Dynamic.DynamicMetaObject are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Dynamic.DynamicMetaObject class. | ||
Initializes a new instance of the System.Dynamic.DynamicMetaObject class. |
static readonly | EmptyMetaObjects | DynamicMetaObject[].
Represents an empty array of type System.Dynamic.DynamicMetaObject. This field is read only. |
[read-only] | Expression | System.Linq.Expressions.Expression.
The expression representing the System.Dynamic.DynamicMetaObject during the dynamic binding process. |
[read-only] | HasValue | bool.
Gets a value indicating whether the System.Dynamic.DynamicMetaObject has the runtime value. |
[read-only] | LimitType | Type.
Gets the limit type of the System.Dynamic.DynamicMetaObject. |
[read-only] | Restrictions | BindingRestrictions.
The set of binding restrictions under which the binding is valid. |
[read-only] | RuntimeType | Type.
Gets the Type of the runtime value or null if the System.Dynamic.DynamicMetaObject has no value associated with it. |
[read-only] | Value | object.
The runtime value represented by this System.Dynamic.DynamicMetaObject. |
BindBinaryOperation(BinaryOperationBinder, DynamicMetaObject)
| ||
BindConvert(ConvertBinder)
| ||
BindCreateInstance(CreateInstanceBinder, DynamicMetaObject[])
| ||
BindDeleteIndex(DeleteIndexBinder, DynamicMetaObject[])
| ||
BindDeleteMember(DeleteMemberBinder)
| ||
BindGetIndex(GetIndexBinder, DynamicMetaObject[])
| ||
BindGetMember(GetMemberBinder)
| ||
BindInvoke(InvokeBinder, DynamicMetaObject[])
| ||
BindInvokeMember(InvokeMemberBinder, DynamicMetaObject[])
| ||
BindSetIndex(SetIndexBinder, DynamicMetaObject[], DynamicMetaObject)
| ||
BindSetMember(SetMemberBinder, DynamicMetaObject)
| ||
BindUnaryOperation(UnaryOperationBinder)
| ||
static | Create(object, System.Linq.Expressions.Expression)
| |
GetDynamicMemberNames()
|