IComSoapPublisher Interface

Définition

Publie des interfaces COM pour les applications COM+ compatibles SOAP.

public interface class IComSoapPublisher
[System.Runtime.InteropServices.Guid("d8013eee-730b-45e2-ba24-874b7242c425")]
public interface IComSoapPublisher
[<System.Runtime.InteropServices.Guid("d8013eee-730b-45e2-ba24-874b7242c425")>]
type IComSoapPublisher = interface
Public Interface IComSoapPublisher
Dérivé
Attributs

Remarques

L’implémentation de IComSoapPublisher est Publish; consultez cette rubrique pour plus d’informations.

IComSoapPublisher est utilisé en interne par le .NET Framework. Vous n’avez pas besoin de l’utiliser directement dans votre code.

Méthodes

CreateMailBox(String, String, String, String, String, String)

Crée une boîte aux lettres d'application COM+ compatible SOAP à l'URL spécifiée. Non totalement implémenté.

CreateVirtualRoot(String, String, String, String, String, String)

Crée une racine virtuelle d'application COM+ compatible SOAP.

DeleteMailBox(String, String, String)

Supprime une boîte aux lettres d'application COM+ compatible SOAP à l'URL spécifiée. Non totalement implémenté.

DeleteVirtualRoot(String, String, String)

Supprime une racine virtuelle d'application COM+ compatible SOAP. Non totalement implémenté.

GacInstall(String)

Installe un assembly dans le Global Assembly Cache.

GacRemove(String)

Enlève un assembly du Global Assembly Cache.

GetAssemblyNameForCache(String, String)

Retourne le chemin d'accès complet pour un assembly généré et signé avec un nom fort dans le répertoire SoapCache.

GetTypeNameFromProgId(String, String)

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

ProcessClientTlb(String, String, String, String, String, String, String, String, String, String)

Traite une bibliothèque de types du client, en créant un fichier de configuration sur le client.

ProcessServerTlb(String, String, String, String, String, String, String)

Traite une bibliothèque de types serveur, en ajoutant ou en supprimant des entrées de composants dans les fichiers Web.config et Default.disco. Génère un proxy si nécessaire.

RegisterAssembly(String)

Inscrit un assembly pour COM Interop.

UnRegisterAssembly(String)

Annule l'inscription d'un assembly COM Interop.

S’applique à