HostExecutionContextManager Class

Definition

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
Inheritance
HostExecutionContextManager

Remarks

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.

Constructors

HostExecutionContextManager()

Initializes a new instance of the HostExecutionContextManager class.

Methods

Capture()

Captures the host execution context from the current thread.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from 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.

(Inherited from Object)

Applies to