Creates a name that qualifies the supplied type name with the supplied display name of an assembly.
[Visual Basic] Public Shared Function nCreateQualifiedName( _ ByVal assemblyName As String, _ ByVal typeName As String _ ) As String [C#] public static string nCreateQualifiedName( string assemblyName, string typeName ); [C++] public: static String* nCreateQualifiedName( String* assemblyName, String* typeName ); [JScript] public static function nCreateQualifiedName( assemblyName : String, typeName : String ) : String;
The type name qualified with the display name of the assembly.
This method will be removed in a future release.
Assembly Class | Assembly Members | System.Reflection Namespace