Share via


IComSoapPublisher.GetTypeNameFromProgId(String, String) Méthode

Définition

Reflète un assembly et retourne le nom de type correspondant à ProgID.

public:
 System::String ^ GetTypeNameFromProgId(System::String ^ AssemblyPath, System::String ^ ProgId);
public string GetTypeNameFromProgId (string AssemblyPath, string ProgId);
abstract member GetTypeNameFromProgId : string * string -> string
Public Function GetTypeNameFromProgId (AssemblyPath As String, ProgId As String) As String

Paramètres

AssemblyPath
String

Chemin d'accès du système de fichiers pour l'assembly.

ProgId
String

Identificateur programmatique de la classe.

Retours

Nom de type correspondant à ProgID.

Exceptions

Un appelant dans la chaîne d'appel ne dispose pas de l'autorisation requise pour accéder à du code non managé.

S’applique à