DkmDecompileAsyncResult173 结构

定义

异步 DkmModuleInstance.Decompile 调用的结果。

public struct DkmDecompileAsyncResult173
type DkmDecompileAsyncResult173 = struct
Public Structure DkmDecompileAsyncResult173
继承
DkmDecompileAsyncResult173

构造函数

DkmDecompileAsyncResult173(String, Int32)

创建一个新的结果结构,用于保存成功调用 DkmModuleInstance.Decompile 的输出。

属性

ErrorCode

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

ErrorMessage

[可选]反编译期间发生的错误的详细信息(如果可用)。

此 API 是在 Visual Studio 17 Update 3 (DkmApiVersion.VS17Update3) 中引入的。

HR

HResult 返回到调用方。

此 API 是在 Visual Studio 17 Update 3 (DkmApiVersion.VS17Update3) 中引入的。

方法

CreateErrorResult(Exception)

创建一个新的结果结构,用于保存对 DkmModuleInstance.Decompile 的失败调用中的错误。

适用于