Sdílet prostřednictvím


DkmGetNextFramesAsyncResult.Frames Property

Definition

[Optional] DkmStackFrame[] represents a frame on the call stack after filtering and translation.

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

Property Value

Returns DkmStackFrame.

Applies to