System.Dynamic.DynamicObject.GetMetaObject Method

Provides a System.Dynamic.DynamicMetaObject that dispatches to the dynamic virtual methods. The object can be encapsulated inside another System.Dynamic.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.

Syntax

public virtual DynamicMetaObject GetMetaObject (System.Linq.Expressions.Expression parameter)

Parameters

parameter
The expression that represents System.Dynamic.DynamicMetaObject to dispatch to the dynamic virtual methods.

Returns

An object of the System.Dynamic.DynamicMetaObject type.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Dynamic
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0