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

TypeIdentity.FromTypeNames Method

FromTypeNames(String[])

Wraps an array of type names into an array of TypeIdentity.

Declaration
public static TypeIdentity[] FromTypeNames(string[] typeNames)
Parameters
Type Name Description
System.String[] typeNames

An array of type names.

Returns
Type Description
TypeIdentity[]

An array of TypeIdentity wrapping typeNames.