RegistrationHelper クラス

定義

アセンブリを COM+ カタログにインストールして構成します。 このクラスは継承できません。

public ref class RegistrationHelper sealed : MarshalByRefObject, System::EnterpriseServices::IRegistrationHelper
[System.Runtime.InteropServices.Guid("89a86e7b-c229-4008-9baa-2f5c8411d7e0")]
public sealed class RegistrationHelper : MarshalByRefObject, System.EnterpriseServices.IRegistrationHelper
[<System.Runtime.InteropServices.Guid("89a86e7b-c229-4008-9baa-2f5c8411d7e0")>]
type RegistrationHelper = class
    inherit MarshalByRefObject
    interface IRegistrationHelper
Public NotInheritable Class RegistrationHelper
Inherits MarshalByRefObject
Implements IRegistrationHelper
継承
RegistrationHelper
属性
実装

注釈

RegistrationHelper は、.NET Services インストール ツール (Regsvcs.exe) と、 の最初のアクティブ化時に実行される自動登録手順の ServicedComponent両方で使用されます。

コンストラクター

RegistrationHelper()

RegistrationHelper クラスの新しいインスタンスを初期化します。

メソッド

CreateObjRef(Type)

リモート オブジェクトとの通信に使用するプロキシの生成に必要な情報をすべて格納しているオブジェクトを作成します。

(継承元 MarshalByRefObject)
Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetLifetimeService()
古い.

対象のインスタンスの有効期間ポリシーを制御する、現在の有効期間サービス オブジェクトを取得します。

(継承元 MarshalByRefObject)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
InitializeLifetimeService()
古い.

このインスタンスの有効期間ポリシーを制御する有効期間サービス オブジェクトを取得します。

(継承元 MarshalByRefObject)
InstallAssembly(String, String, String, InstallationFlags)

名前付きアセンブリを COM+ アプリケーションにインストールします。

InstallAssembly(String, String, String, String, InstallationFlags)

名前付きアセンブリを COM+ アプリケーションにインストールします。

InstallAssemblyFromConfig(RegistrationConfig)

名前付きアセンブリを COM+ アプリケーションにインストールします。

MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
MemberwiseClone(Boolean)

現在の MarshalByRefObject オブジェクトの簡易コピーを作成します。

(継承元 MarshalByRefObject)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
UninstallAssembly(String, String)

指定されたアプリケーションからアセンブリをアンインストールします。

UninstallAssembly(String, String, String)

指定されたアプリケーションからアセンブリをアンインストールします。

UninstallAssemblyFromConfig(RegistrationConfig)

指定されたアプリケーションからアセンブリをアンインストールします。

適用対象