HostExecutionContextManager 类

定义

提供使公共语言运行时宿主可以参与执行上下文的流动(或移植)的功能。

public ref class HostExecutionContextManager
public class HostExecutionContextManager
type HostExecutionContextManager = class
Public Class HostExecutionContextManager
继承
HostExecutionContextManager

注解

如果当前 AppDomainManager 具有对 HostExecutionContextManager 某个属性的 HostExecutionContextManager 引用,则公共语言运行时每次调用该方法时 ExecutionContext.Run 都会调用管理器,以允许主机参与执行上下文的流。

构造函数

HostExecutionContextManager()

初始化 HostExecutionContextManager 类的新实例。

方法

Capture()

从当前线程捕获宿主执行上下文。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
Revert(Object)

将宿主执行上下文还原为其以前的状态。

SetHostExecutionContext(HostExecutionContext)

将当前宿主执行上下文设置为指定的宿主执行上下文。

ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于