DkmNativeSteppingCallSite.CallTargetAddress Property

Definition

[Optional] For indirect calls only, the address being dereferenced by the call instruction.

public:
 property Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ CallTargetAddress { Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ CallTargetAddress { Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ get(); };
public Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress CallTargetAddress { get; }
member this.CallTargetAddress : Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress
Public ReadOnly Property CallTargetAddress As DkmNativeInstructionAddress

Property Value

Returns DkmNativeInstructionAddress.

Applies to