System.Dynamic.IDynamicMetaObjectProvider

Represents a dynamic object, that can have its operations bound at runtime.

See Also: IDynamicMetaObjectProvider Members

Syntax

public interface IDynamicMetaObjectProvider

Remarks

Objects that want to participate in the binding process should implement an IDynamicMetaObjectProvider interface, and implement IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression) to return a System.Dynamic.DynamicMetaObject.

For more information, see documentation on the tp://go.microsoft.com/fwlink/?LinkId=141028 Web site and the MSDN article tp://go.microsoft.com/fwlink/?LinkID=198161.

Requirements

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