RegistrationServices 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
COM에서 사용할 관리되는 어셈블리의 등록 및 등록 취소를 위한 서비스 집합을 제공합니다.
public ref class RegistrationServices : System::Runtime::InteropServices::IRegistrationServices
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("475E398F-8AFA-43a7-A3BE-F4EF8D6787C9")]
public class RegistrationServices : System.Runtime.InteropServices.IRegistrationServices
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("475E398F-8AFA-43a7-A3BE-F4EF8D6787C9")]
[System.Runtime.InteropServices.ComVisible(true)]
public class RegistrationServices : System.Runtime.InteropServices.IRegistrationServices
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("475E398F-8AFA-43a7-A3BE-F4EF8D6787C9")>]
type RegistrationServices = class
interface IRegistrationServices
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("475E398F-8AFA-43a7-A3BE-F4EF8D6787C9")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type RegistrationServices = class
interface IRegistrationServices
Public Class RegistrationServices
Implements IRegistrationServices
- 상속
-
RegistrationServices
- 특성
- 구현
설명
COM 클라이언트에서 어셈블리 내에 있는 개체를 사용 하는 경우 등록 해야 합니다. Regasm.exe(어셈블리 등록 도구) 및 Microsoft Visual Studio 2005는 클래스에서 RegistrationServices 노출하는 메서드를 사용하여 관리되는 어셈블리에 대한 COM 지원 레지스트리 항목을 추가하거나 제거합니다.
다음 방법을 사용하여 등록 파일을 준비하는 데 도움을 줄 수 있습니다.
이러한 메서드는 등록 파일에 사용할 정보를 수집하는 데 도움이 되지만 실제로 등록 파일을 생성하지는 않습니다. 대신 이 작업을 수행하는 옵션과 함께 /regfile
Regasm.exe(어셈블리 등록 도구) 도구를 사용할 수 있습니다.
RegistrationServices 메서드는 형식 라이브러리를 내보내고 등록할 수 없습니다. 형식 라이브러리를 내보내고 등록하려면 Regasm.exe(어셈블리 등록 도구) 도구와 Tlbexp.exe(형식 라이브러리 내보내기) 도구를 사용할 수 있습니다.
생성자
RegistrationServices() |
RegistrationServices 클래스의 새 인스턴스를 초기화합니다. |
메서드
적용 대상
추가 정보
.NET