Interface that must be implemented by objects implementing dynamic interfaces, which can be queried using QueryInterface<T>(). The IDynamicInterfaceImplementation interface provides a mean to get a reference back to the principal object.
Namespace: PostSharp.Patterns.DynamicAdvising
Assembly: PostSharp.Patterns.Common.dll
Syntax
public interface IDynamicInterfaceImplementationProperties
| Name | Description |
|---|---|
| AdvisedObject | Gets the principal object for which the current object is an indirect interface implementation. |