DkmGetNextFramesAsyncResult(DkmStackFrame[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new result structure to hold the output from a successful call to DkmStackContext.GetNextFrames.
public:
DkmGetNextFramesAsyncResult(cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackFrame ^> ^ Frames);
public:
DkmGetNextFramesAsyncResult(Platform::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackFrame ^> ^ Frames);
DkmGetNextFramesAsyncResult(std::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackFrame const &> const & Frames);
public DkmGetNextFramesAsyncResult (Microsoft.VisualStudio.Debugger.CallStack.DkmStackFrame[] Frames);
public DkmGetNextFramesAsyncResult (Microsoft.VisualStudio.Debugger.CallStack.DkmStackFrame[]? Frames);
new Microsoft.VisualStudio.Debugger.CallStack.DkmGetNextFramesAsyncResult : Microsoft.VisualStudio.Debugger.CallStack.DkmStackFrame[] -> Microsoft.VisualStudio.Debugger.CallStack.DkmGetNextFramesAsyncResult
Public Sub New (Frames As DkmStackFrame())
Parameters
- Frames
- DkmStackFrame[]
[In] DkmStackFrame[] represents a frame on the call stack after filtering and translation.