DkmGetManagedThreadPropertiesAsyncResult 结构

定义

异步 DkmThread 调用的结果。

public value class DkmGetManagedThreadPropertiesAsyncResult
public value class DkmGetManagedThreadPropertiesAsyncResult
struct DkmGetManagedThreadPropertiesAsyncResult
public struct DkmGetManagedThreadPropertiesAsyncResult
type DkmGetManagedThreadPropertiesAsyncResult = struct
Public Structure DkmGetManagedThreadPropertiesAsyncResult
继承
DkmGetManagedThreadPropertiesAsyncResult

构造函数

DkmGetManagedThreadPropertiesAsyncResult(Int32)

创建新的结果结构,以便保存对 DkmThread 的成功调用的输出。

属性

ErrorCode

从调用方返回的 HRESULT 代码。 如果操作在处理完成前被取消,则将 DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) 。

ManagedThreadId

线程的托管线程 id。

方法

CreateErrorResult(Exception)

创建一个新的结果结构,用于保存对 DkmThread 的调用失败的错误。 GetManagedThreadProperties。

适用于