DkmCreateInstructionAddressFromRvaAsyncResult Struct

Definition

Result of an asynchronous DkmClrNcContainerModuleInstance.CreateInstructionAddressFromRva call.

public value class DkmCreateInstructionAddressFromRvaAsyncResult
struct DkmCreateInstructionAddressFromRvaAsyncResult
public struct DkmCreateInstructionAddressFromRvaAsyncResult
type DkmCreateInstructionAddressFromRvaAsyncResult = struct
Public Structure DkmCreateInstructionAddressFromRvaAsyncResult
Inheritance
DkmCreateInstructionAddressFromRvaAsyncResult

Constructors

DkmCreateInstructionAddressFromRvaAsyncResult(DkmClrNcInstructionAddress)

Creates a new result structure to hold the output from a successful call to DkmClrNcContainerModuleInstance.CreateInstructionAddressFromRva.

Properties

ErrorCode

HRESULT code returned from the caller. This will be DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) if the operation was canceled before processing was complete. E_UNKNOWN_CPU_INSTRUCTION indicates that RVA doesn't map to a part of the image known to have code.

InstructionAddress

Created DkmClrNcInstructionAddress object.

This API was introduced in Visual Studio 15 Update 6 (DkmApiVersion.VS15Update6).

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmClrNcContainerModuleInstance.CreateInstructionAddressFromRva.

Applies to