This documentation is archived and is not being maintained.
ExpandoObject::IDynamicMetaObjectProvider::GetMetaObject Method
Visual Studio 2010
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.
Assembly: System.Core (in System.Core.dll)
private: virtual DynamicMetaObject^ GetMetaObject( Expression^ parameter ) sealed = IDynamicMetaObjectProvider::GetMetaObject
Parameters
- parameter
- Type: System.Linq.Expressions::Expression
The expression that represents the MetaObject 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: