DkmRuntimeWalkNextFramesAndCheckCacheAsyncResult.Frames Property

Definition

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

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; }
member this.Frames : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[]
Public ReadOnly Property Frames As DkmStackWalkFrame()

Property Value

Returns DkmStackWalkFrame.

Applies to