다음을 통해 공유


IConstructionCallMessage.ContextProperties 속성

정의

개체를 생성할 컨텍스트를 정의하는 컨텍스트 속성 목록을 가져옵니다.

public:
 property System::Collections::IList ^ ContextProperties { System::Collections::IList ^ get(); };
public System.Collections.IList ContextProperties { get; }
public System.Collections.IList ContextProperties { [System.Security.SecurityCritical] get; }
member this.ContextProperties : System.Collections.IList
[<get: System.Security.SecurityCritical>]
member this.ContextProperties : System.Collections.IList
Public ReadOnly Property ContextProperties As IList

속성 값

IList

개체를 생성할 컨텍스트의 속성 목록입니다.

특성

예외

직접 실행 호출자에 인프라 권한이 없는 경우

설명

일반적으로 새 개체의 컨텍스트는 클래스의 메타 데이터 특성을 기반으로 선택 합니다. 상황에 맞는 선택 메커니즘은 클래스 메타 데이터에 컴파일되는 정적 컨텍스트 속성이 라고도 하는 사용자 지정 특성을 통해 확장 가능 합니다. 개체를 원격으로 활성화 하는 경우는 ContextProperties 생성 호출 메시지에서 다양 한 특성에서 제공 된 속성의 목록을 포함 합니다. 이러한 속성은 서버 개체가 활성화 되는 컨텍스트를 만들기 위해 사용 됩니다.

적용 대상

추가 정보