IRegistrationHelper Interfaccia

Definizione

Consente di installare e configurare assembly nel catalogo 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
Derivato
Attributi

Metodi

InstallAssembly(String, String, String, InstallationFlags)

Consente di installare l'assembly nel catalogo COM+.

UninstallAssembly(String, String)

Consente di disinstallare l'assembly dal catalogo COM+.

Si applica a