DkmGetNextRawFramesAsyncResult.Frames Property

Definition

[Optional] DkmStackWalkFrame[] represents a frame on a call stack which has been walked, but may not have been formatted or filtered. Formatted frames are represented by DkmStackFrame instead.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ Frames { cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ get(); };
public:
 property Platform::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ Frames { Platform::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ get(); };
public Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[] Frames { 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