TypeInheritanceCodeReference Class |
Represents a inheritance relationship between two types.

Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.0)

C#
public sealed class TypeInheritanceCodeReference : ICodeReference
The TypeInheritanceCodeReference type exposes the following members.

Name | Description | |
---|---|---|
![]() | BaseType |
Gets the base type. If the base type is a generic type, this property contains
a generic type instance.
|
![]() | DerivedType |
Gets the derived type.
|

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