DkmStepper.StartingAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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.