HostExecutionContextManager 클래스
정의
공용 언어 런타임 호스트에서 실행 컨텍스트의 흐름 또는 마이그레이션에 참가할 수 있도록 하는 기능을 제공합니다.Provides the functionality that allows a common language runtime host to participate in the flow, or migration, of the execution context.
public ref class HostExecutionContextManager
public class HostExecutionContextManager
type HostExecutionContextManager = class
Public Class HostExecutionContextManager
- 상속
-
HostExecutionContextManager
설명
현재에 AppDomainManager 해당 속성의에 대 한 참조가 있는 경우 HostExecutionContextManager HostExecutionContextManager 공용 언어 런타임은 메서드가 호출 될 때마다 관리자를 호출 ExecutionContext.Run 하 여 호스트에서 실행 컨텍스트의 흐름에 참여할 수 있도록 합니다.If the current AppDomainManager has a reference to a HostExecutionContextManager in its HostExecutionContextManager property, then the common language runtime calls the manager every time a call to the ExecutionContext.Run method occurs, to allow the host to participate in the flow of the execution context.
생성자
HostExecutionContextManager() |
HostExecutionContextManager 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the HostExecutionContextManager class. |
메서드
Capture() |
현재 스레드에서 호스트 실행 컨텍스트를 캡처합니다.Captures the host execution context from the current thread. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
Revert(Object) |
호스트 실행 컨텍스트를 이전 상태로 복원합니다.Restores the host execution context to its prior state. |
SetHostExecutionContext(HostExecutionContext) |
현재 호스트 실행 컨텍스트를 지정한 호스트 실행 컨텍스트로 설정합니다.Sets the current host execution context to the specified host execution context. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |