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 , where commas in typeName have been properly escaped.
|