DeclarationCache.GetType Method (String) |
Gets a type (ITypeSignature) given its name.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public ITypeSignature GetType( string typeName )
Parameters
- typeName
- Type: System.String
The reflection type.
Return Value
Type: ITypeSignatureAn ITypeSignature.