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 クラスの新しいインスタンスを初期化します。 |
メソッド
適用対象
こちらもご覧ください
.NET