DkmGetContinuationFramesFromTaskObjectAsyncResult 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 DkmAsyncStackWalkContext.GetContinuationFramesFromTaskObject.
public:
DkmGetContinuationFramesFromTaskObjectAsyncResult(cli::array <Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnStackFrame ^> ^ ContinuationFrames);
public:
DkmGetContinuationFramesFromTaskObjectAsyncResult(Platform::Array <Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnStackFrame ^> ^ ContinuationFrames);
DkmGetContinuationFramesFromTaskObjectAsyncResult(std::Array <Microsoft::VisualStudio::Debugger::Clr::DkmManagedReturnStackFrame const &> const & ContinuationFrames);
public DkmGetContinuationFramesFromTaskObjectAsyncResult (Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnStackFrame[] ContinuationFrames);
new Microsoft.VisualStudio.Debugger.CallStack.DkmGetContinuationFramesFromTaskObjectAsyncResult : Microsoft.VisualStudio.Debugger.Clr.DkmManagedReturnStackFrame[] -> Microsoft.VisualStudio.Debugger.CallStack.DkmGetContinuationFramesFromTaskObjectAsyncResult
Public Sub New (ContinuationFrames As DkmManagedReturnStackFrame())
Parameters
- ContinuationFrames
- DkmManagedReturnStackFrame[]
[In] The frames that will execute when this task completes.