다음을 통해 공유


Thread.CurrentContext 속성

정의

스레드가 실행 중인 현재 컨텍스트를 가져옵니다.

public:
 static property System::Runtime::Remoting::Contexts::Context ^ CurrentContext { System::Runtime::Remoting::Contexts::Context ^ get(); };
public static System.Runtime.Remoting.Contexts.Context CurrentContext { get; }
public static System.Runtime.Remoting.Contexts.Context CurrentContext { [System.Security.SecurityCritical] get; }
member this.CurrentContext : System.Runtime.Remoting.Contexts.Context
[<get: System.Security.SecurityCritical>]
member this.CurrentContext : System.Runtime.Remoting.Contexts.Context
Public Shared ReadOnly Property CurrentContext As Context

속성 값

Context

현재 스레드 컨텍스트를 나타내는 Context입니다.

특성

예외

호출자에게 필요한 권한이 없는 경우

적용 대상