次の方法で共有


IActivator.Activate(IConstructionCallMessage) メソッド

定義

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

public:
 System::Runtime::Remoting::Activation::IConstructionReturnMessage ^ Activate(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ msg);
public System.Runtime.Remoting.Activation.IConstructionReturnMessage Activate (System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
[System.Security.SecurityCritical]
public System.Runtime.Remoting.Activation.IConstructionReturnMessage Activate (System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
abstract member Activate : System.Runtime.Remoting.Activation.IConstructionCallMessage -> System.Runtime.Remoting.Activation.IConstructionReturnMessage
[<System.Security.SecurityCritical>]
abstract member Activate : System.Runtime.Remoting.Activation.IConstructionCallMessage -> System.Runtime.Remoting.Activation.IConstructionReturnMessage
Public Function Activate (msg As IConstructionCallMessage) As IConstructionReturnMessage

パラメーター

msg
IConstructionCallMessage

アクティブにするために必要なオブジェクトに関する情報。この情報は IConstructionCallMessage に格納されます。

戻り値

IConstructionReturnMessage に格納されたアクティブ化オブジェクトのステータス。

属性

例外

直前の呼び出し元に、インフラストラクチャ アクセス許可がありません。

適用対象