Share via


DkmStepper.StartingAddress Property

Definition

[Optional] The instruction address of the process at the time this step started. This will be NULL if the step originated on a thread with no frames (Script & Managed Only).

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

Property Value

Returns DkmInstructionAddress.

Applies to