Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IDynamicMetaObjectProvider Interface
Definition
- Namespace:
- System.Dynamic
- Assemblies:
- System.Core.dll, System.Dynamic.Runtime.dll
- Assemblies:
- netstandard.dll, System.Linq.Expressions.dll
- Assembly:
- System.Dynamic.Runtime.dll
- Assembly:
- System.Linq.Expressions.dll
- Assembly:
- System.Core.dll
- Assembly:
- netstandard.dll
- Source:
- InstructionList.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| GetMetaObject(Expression) |
Returns the DynamicMetaObject responsible for binding operations performed on this object. |
Applies to
Feedback
Was this page helpful?
