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+ 카탈로그에서 어셈블리를 제거합니다.

적용 대상