DkmNativeSteppingCallSite.CallTarget Property

Definition

[Optional] The address of the instruction that would be called by the call instruction.

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

Property Value

Returns DkmNativeInstructionAddress.

Applies to