IRegistrationHelper Interface

Définition

Installe et configure des assemblys dans le catalogue COM+.

public interface class IRegistrationHelper
[System.Runtime.InteropServices.Guid("55e3ea25-55cb-4650-8887-18e8d30bb4bc")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IRegistrationHelper
[<System.Runtime.InteropServices.Guid("55e3ea25-55cb-4650-8887-18e8d30bb4bc")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IRegistrationHelper = interface
Public Interface IRegistrationHelper
Dérivé
Attributs

Méthodes

InstallAssembly(String, String, String, InstallationFlags)

Installe l’assembly dans le catalogue COM+.

UninstallAssembly(String, String)

Désinstalle l’assembly du catalogue COM+.

S’applique à