DkmResolveCPUInstructionAddressAsyncResult Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmRuntimeInstance.ResolveCPUInstructionAddress.

public:
 DkmResolveCPUInstructionAddressAsyncResult(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ AddressObject, bool FirstAddress);
public:
 DkmResolveCPUInstructionAddressAsyncResult(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ AddressObject, bool FirstAddress);
 DkmResolveCPUInstructionAddressAsyncResult(Microsoft::VisualStudio::Debugger::DkmInstructionAddress const & AddressObject, bool FirstAddress);
public DkmResolveCPUInstructionAddressAsyncResult (Microsoft.VisualStudio.Debugger.DkmInstructionAddress AddressObject, bool FirstAddress);
new Microsoft.VisualStudio.Debugger.DkmResolveCPUInstructionAddressAsyncResult : Microsoft.VisualStudio.Debugger.DkmInstructionAddress * bool -> Microsoft.VisualStudio.Debugger.DkmResolveCPUInstructionAddressAsyncResult
Public Sub New (AddressObject As DkmInstructionAddress, FirstAddress As Boolean)

Parameters

AddressObject
DkmInstructionAddress

[In] Abstract representation of an executable code location (ex: EIP value). If resolved, an Instruction Address will be within a particular module instance. An Instruction Address is always within a particular Runtime Instance.

FirstAddress
Boolean

[In] True if this address is the first address in the line's range. False otherwise.

Applies to