IDynamicInterfaceImplementation Interface |
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.Model
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 5.0.55.0 (5.0.55.0)
C#
public interface IDynamicInterfaceImplementation
The IDynamicInterfaceImplementation type exposes the following members.
Name | Description | |
---|---|---|
PrincipalObject |
Gets the principal object for which the current object is an indirect interface implementation.
|