PostSharpAPI ReferencePost­Sharp.​AspectsType­IdentityFrom­Type­Name
Open sandboxFocus

TypeIdentity.FromTypeName Method

FromTypeName(String)

Wraps a type name into a TypeIdentity.

Declaration
public static TypeIdentity FromTypeName(string typeName)
Parameters
Type Name Description
System.String typeName

The type name.

Returns
Type Description
TypeIdentity

A TypeIdentity wrapping the type name.