IQueryInterface Interface |
Interface implemented by objects that can implement interface dynamically by composition, without
implementing the interface directly at MSIL level. The QueryInterface<T>() method
must then be used instead of a normal cast.
Namespace: PostSharp.Patterns.DynamicAdvising
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.4.11.0 (6.4.11.0)

C#
public interface IQueryInterface
The IQueryInterface type exposes the following members.

Name | Description | |
---|---|---|
![]() | QueryInterface<T> |
Gets the implementation of a specified interface for the current object.
|

Reference
QueryInterfaceExtensions