GetMetaObject Method

DynamicObject.GetMetaObject Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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)

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

Parameters

parameter
Type: System.Linq.Expressions.Expression
The expression that represents DynamicMetaObject to dispatch to the dynamic virtual methods.

Return Value

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

Implements

IDynamicMetaObjectProvider.GetMetaObject(Expression)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft