This documentation is archived and is not being maintained.
DynamicObject::GetMetaObject Method
Visual Studio 2010
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)
Parameters
- parameter
- Type: System.Linq.Expressions::Expression
The expression that represents DynamicMetaObject to dispatch to the dynamic virtual methods.
Implements
IDynamicMetaObjectProvider::GetMetaObject(Expression)Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: