DkmStackWalkOperation Enum
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.
Indicates a type of stack walking operation.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public enum class DkmStackWalkOperation
public enum class DkmStackWalkOperation
enum DkmStackWalkOperation
public enum DkmStackWalkOperation
type DkmStackWalkOperation =
Public Enum DkmStackWalkOperation
- Inheritance
-
DkmStackWalkOperation
Fields
Name | Value | Description |
---|---|---|
Standard | 0 | A regular stack walk of a thread. |
TaskContinuations | 1 | A walk of a task's async return stack. |
TaskCreation | 2 | A walk of the logged stack from when a task was created. |
Async | 3 | A walk of the logic async frames related to a thread that should be displayed in the call stack window. |
StackTrace | 4 | A walk of a stack trace consisting of a caller-defined list of frames. |