ExpandoObject::IDynamicMetaObjectProvider::GetMetaObject Method (Expression^)

 

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.

Namespace:   System.Dynamic
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.

Return Value

Type: System.Dynamic::DynamicMetaObject^

The object of the DynamicMetaObject type.

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
Return to top
Show: