CallContext.HostContext 속성

정의

현재 스레드와 연결된 호스트 컨텍스트를 가져오거나 설정합니다.

public:
 static property System::Object ^ HostContext { System::Object ^ get(); void set(System::Object ^ value); };
public static object HostContext { get; set; }
public static object HostContext { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
static member HostContext : obj with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
static member HostContext : obj with get, set
Public Shared Property HostContext As Object

속성 값

현재 스레드와 연결된 호스트 컨텍스트입니다.

특성

예외

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

적용 대상