RegistrationServices クラス
アセンブリ: mscorlib (mscorlib.dll 内)

<GuidAttribute("475E398F-8AFA-43a7-A3BE-F4EF8D6787C9")> _ <ClassInterfaceAttribute(ClassInterfaceType.None)> _ <ComVisibleAttribute(True)> _ Public Class RegistrationServices Implements IRegistrationServices
[GuidAttribute("475E398F-8AFA-43a7-A3BE-F4EF8D6787C9")] [ClassInterfaceAttribute(ClassInterfaceType.None)] [ComVisibleAttribute(true)] public class RegistrationServices : IRegistrationServices
[GuidAttribute(L"475E398F-8AFA-43a7-A3BE-F4EF8D6787C9")] [ClassInterfaceAttribute(ClassInterfaceType::None)] [ComVisibleAttribute(true)] public ref class RegistrationServices : IRegistrationServices

登録は、アセンブリ内のオブジェクトが COM クライアントによって使用される場合に必要です。アセンブリ登録ツール (Regasm.exe) および Microsoft Visual Studio 2005 は、RegistrationServices クラスが公開するメソッドを使用して、マネージ アセンブリの COM 対応のレジストリ エントリの追加と削除を行います。
-
GetManagedCategoryGuid
-
GetProgIdForType
-
GetRegistrableTypesInAssembly
-
TypeRepresentsComType
これらのメソッドを使用すると、登録ファイルで使用する情報を収集できますが、実際の登録ファイルが作成されるわけではありません。登録ファイルを作成するには、/regfile オプションを付けて アセンブリ登録ツール (Regasm.exe) ツールを実行します。RegistrationServices メソッドは、タイプ ライブラリのエクスポートも登録も実行できません。タイプ ライブラリのエクスポートと登録を実行するには、アセンブリ登録ツール (Regasm.exe) ツールと タイプ ライブラリ エクスポータ (Tlbexp.exe) ツールを使用します。

System.Runtime.InteropServices.RegistrationServices


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からRegistrationServices クラスを検索する場合は、下記のリンクをクリックしてください。

- RegistrationServices クラスのページへのリンク