ExpandoObject.IDynamicMetaObjectProvider.GetMetaObject Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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)

Syntax

'Declaration
Private Function GetMetaObject ( _
    parameter As Expression _
) As DynamicMetaObject Implements IDynamicMetaObjectProvider.GetMetaObject
DynamicMetaObject IDynamicMetaObjectProvider.GetMetaObject(
    Expression parameter
)

Parameters

Return Value

Type: System.Dynamic.DynamicMetaObject
The object of the DynamicMetaObject type.

Implements

IDynamicMetaObjectProvider.GetMetaObject(Expression)

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.