This documentation is archived and is not being maintained.
DynamicMetaObject::Create Method
Visual Studio 2010
Creates a meta-object for the specified object.
Assembly: System.Core (in System.Core.dll)
Parameters
- value
- Type: System::Object
The object to get a meta-object for.
- expression
- Type: System.Linq.Expressions::Expression
The expression representing this DynamicMetaObject during the dynamic binding process.
Return Value
Type: System.Dynamic::DynamicMetaObjectIf the given object implements IDynamicMetaObjectProvider and is not a remote object from outside the current AppDomain, returns the object's specific meta-object returned by GetMetaObject. Otherwise a plain new meta-object with no restrictions is created and returned.
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: