DerivedTypeInfo Class |
Relationship between a base type and a derived type.
Namespace: PostSharp.Sdk.Extensibility.Tasks
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public sealed class DerivedTypeInfo : IEquatable<DerivedTypeInfo>
The DerivedTypeInfo type exposes the following members.
Name | Description | |
---|---|---|
ChildType |
Child type.
| |
GenericMapToParent |
Instantiation of generic parameters of the children by the parent.
| |
ParentType |
Parent type.
|
Name | Description | |
---|---|---|
Equals(Object) | (Overrides Object.Equals(Object).) | |
Equals(DerivedTypeInfo) | Indicates whether the current object is equal to another object of the same type. | |
GetHashCode | (Overrides Object.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |