IXCLRDataTask::CreateStackWalk Method

Creates a stack walker to walk the task's stack.

Note

This API was originally designed for internal use in the runtime. Although it is now supported for 3rd party use, we recommend working with ICorDebug and ICorProfiler APIs when possible.

Syntax

HRESULT CreateStackWalk(
    [in] ULONG32 flags,
    [out] IXCLRDataStackWalk **stackWalk
);

Parameters

flags
[in] A set of one or more flags from the CLRDataSimpleFrameType enumeration which define the kinds of frames which should be returned from the stack walk.

stackWalk
[out] An interface to walk the stack of the task.

Remarks

The provided method is part of the IXCLRDataTask interface and corresponds to the 12th slot of the virtual method table.

Requirements

Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7

See also