IRegistrationHelper 接口

定义

在 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
派生
属性

方法

InstallAssembly(String, String, String, InstallationFlags)

将程序集安装到 COM+ 目录中。

UninstallAssembly(String, String)

从 COM+ 目录卸载程序集。

适用于