IDynamicMetaObjectProvider Interface
.NET Framework (current version)
Represents a dynamic object, that can have its operations bound at runtime.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | GetMetaObject(Expression) | Returns the DynamicMetaObject responsible for binding operations performed on this object. |
Objects that want to participate in the binding process should implement an IDynamicMetaObjectProvider interface, and implement GetMetaObject to return a DynamicMetaObject.
For more information, see documentation on the CodePlex Web site and the MSDN article Implementing Dynamic Interfaces.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show:
