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.
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.
Implements
IDynamicMetaObjectProvider.GetMetaObject(Expression)
Show: