PostSharp.ILAPI ReferencePost­Sharp.​ReflectionReflection­HelperGet­Assembly­Qualified­Type­Name
Open sandboxFocus

ReflectionHelper.GetAssemblyQualifiedTypeName Method

GetAssemblyQualifiedTypeName(String, String)

Gets a properly-escaped assembly-qualified type name from its components.

Declaration
public static string GetAssemblyQualifiedTypeName(string typeName, string assemblyName)
Parameters
Type Name Description
String typeName

The type name.

String assemblyName

The assembly name.

Returns
Type Description
String

A string of the form

TypeName, AssemblyName
, where commas in typeName have been properly escaped.