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에서 컨텍스트 내의 컨텍스트 및 서버 개체를 강제로 만드는 데 원격 인프라에서 사용되므로 새 컨텍스트에 속성을 제공하지 않습니다.

적용 대상