次の方法で共有


IActivator インターフェイス

定義

リモート処理アクティベーター クラスの基本機能を使用できるようにします。

public interface class IActivator
public interface IActivator
[System.Runtime.InteropServices.ComVisible(true)]
public interface IActivator
type IActivator = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IActivator = interface
Public Interface IActivator
属性

注釈

アクティベーターは、参照オブジェクトによるマーシャリングのアクティブ化を制御し、参加します。 一部のアクティベーターはコンテキストを作成し、他のアクティベーターは実際のオブジェクトを作成します。

アクティベーターは、 プロパティを NextActivator 使用して、観察する必要がある階層を形成します。

プロパティ

Level

アクティベーターがアクティブな ActivatorLevel を取得します。

NextActivator

チェイン内の次のアクティベーターを取得または設定します。

メソッド

Activate(IConstructionCallMessage)

提供された IConstructionCallMessage で指定したオブジェクトのインスタンスを作成します。

適用対象

こちらもご覧ください