Compartilhar via


DkmStackWalkOperation Enum

Definition

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

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.

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.

Applies to