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+ 目錄解除安裝組件。

適用於