DkmRuntimeWalkNextFramesAndCheckCache164AsyncResult.Frames Property

Definition

Array of walked frames. For, unresolved frames, both InstructionAddress and Description will be null.

This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4).

public:
 property cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ Frames { cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ get(); };
public Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[] Frames { get; }
member this.Frames : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[]
Public ReadOnly Property Frames As DkmStackWalkFrame()

Property Value

Applies to