TypeIdentity.FromTypeName Method |
Wraps a type name into a TypeIdentity.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 6.4.3.0 (6.4.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.
