DynamicObject.GetMetaObject Method

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

Provides a DynamicMetaObject that dispatches to the dynamic virtual methods. The object can be encapsulated inside another DynamicMetaObject to provide custom behavior for individual actions. This method supports the Dynamic Language Runtime infrastructure for language implementers and it is not intended to be used directly from your code.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

Syntax

'Declaration
Public Overridable Function GetMetaObject ( _
    parameter As Expression _
) As DynamicMetaObject
public virtual DynamicMetaObject GetMetaObject(
    Expression parameter
)

Parameters

Return Value

Type: System.Dynamic.DynamicMetaObject
An 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.