The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ExpandoObject::IDynamicMetaObjectProvider::GetMetaObject Method (Expression^)
.NET Framework (current version)
The provided MetaObject will dispatch to the dynamic virtual methods. The object can be encapsulated inside another MetaObject to provide custom behavior for individual actions.
Assembly: System.Core (in System.Core.dll)
private: virtual DynamicMetaObject^ GetMetaObject( Expression^ parameter ) sealed = IDynamicMetaObjectProvider::GetMetaObject
Parameters
- parameter
-
Type:
System.Linq.Expressions::Expression^
The expression that represents the MetaObject to dispatch to the Dynamic virtual methods.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: