TypeIdentity.FromTypeName Method |
Wraps a type name into a TypeIdentity.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static TypeIdentity FromTypeName( string typeName )
Parameters
- typeName
- Type: System.String
The type name.
Return Value
Type: TypeIdentityA TypeIdentity wrapping the type name.