UrlAttribute.GetPropertiesForNewContext(IConstructionCallMessage) メソッド

定義

指定した URL で、コンテキストと、そのコンテキスト内のサーバー オブジェクトの作成を強制します。

public:
 override void GetPropertiesForNewContext(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ ctorMsg);
public override void GetPropertiesForNewContext (System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg);
[System.Runtime.InteropServices.ComVisible(true)]
public override void GetPropertiesForNewContext (System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg);
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public override void GetPropertiesForNewContext (System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg);
override this.GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
override this.GetPropertiesForNewContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> unit
Public Overrides Sub GetPropertiesForNewContext (ctorMsg As IConstructionCallMessage)

パラメーター

ctorMsg
IConstructionCallMessage

作成するサーバー オブジェクトの IConstructionCallMessage

属性

例外

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

注釈

GetPropertiesForNewContext は、リモート処理インフラストラクチャによって使用され、指定された URL のコンテキスト内でコンテキストとサーバー オブジェクトを強制的に作成するため、新しいコンテキストにプロパティを提供しません。

適用対象