TypeIdentity Class |
Wraps a Type or a type name.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public class TypeIdentity
The TypeIdentity type exposes the following members.
Name | Description | |
---|---|---|
FromType |
Wraps a Type into a TypeIdentity.
| |
FromTypeName |
Wraps a type name into a TypeIdentity.
| |
FromTypeNames |
Wraps an array of type names into an array of TypeIdentity.
| |
FromTypes |
Wraps an array of Type into an array of TypeIdentity.
| |
ToType |
Converts a TypeIdentity into a Type.
|