Udostępnij za pośrednictwem


DkmHeuristicWalkFramesAsyncResult.NextRegisters Property

Definition

[Optional] NextRegisters indicates the registers of the next frame (the caller of 'FrameObject'). This will be null if the stack is complete, or if the EndStackPointer was reached.

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

Property Value

Returns DkmFrameRegisters.

Applies to