IDynamicMetaObjectProvider Interface

Definition

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

public interface class IDynamicMetaObjectProvider
public interface IDynamicMetaObjectProvider
type IDynamicMetaObjectProvider = interface
Public Interface IDynamicMetaObjectProvider
Derived

Remarks

Objects that want to participate in the binding process should implement an IDynamicMetaObjectProvider interface, and implement GetMetaObject to return a DynamicMetaObject.

For more information, download the Implementing Dynamic Interfaces article available in PDF format.

Methods

GetMetaObject(Expression)

Returns the DynamicMetaObject responsible for binding operations performed on this object.

Applies to