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 的注册表项。
可以使用以下方法来帮助你准备注册文件:
尽管这些方法有助于收集要用于注册文件的信息,但它们实际上并不生成注册文件。 相反,可以将 Regasm.exe (程序集注册工具) 工具与 选项一起使用 /regfile
来执行此任务。
RegistrationServices 方法无法导出和注册类型库。 若要导出和注册类型库,可以使用 Regasm.exe (程序集注册工具) 工具和 Tlbexp.exe (类型库导出程序) 工具。
构造函数
RegistrationServices() |
初始化 RegistrationServices 类的新实例。 |