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의 컨텍스트 내에서 서버 개체의 생성을 강제로 사용 되기 때문에 속성을 새 컨텍스트를 제공 하지 않습니다.

적용 대상