DkmFrameNameFormatOptions Enum

Definition

Flags which affect how the stack provider create DkmStackFrame objects.

This enumeration supports a bitwise combination of its member values.

public enum class DkmFrameNameFormatOptions
public enum class DkmFrameNameFormatOptions
enum DkmFrameNameFormatOptions
[System.Flags]
public enum DkmFrameNameFormatOptions
[<System.Flags>]
type DkmFrameNameFormatOptions = 
Public Enum DkmFrameNameFormatOptions
Inheritance
DkmFrameNameFormatOptions
Attributes

Fields

ByteOffsets 4

Include the byte offset at the end of the frame name.

DocumentPositionField 32

Include the document position in the frame object.

Lines 2

Include the number of lines at the end of the frame name.

Module 1

Include the module name in the frame name.

None 0

No additional information is included in the frame name.

ReturnType 8

Include the return type in the frame name.

ReturnTypeField 16

Include the return type field in the frame object.

TaskIds 64

Include the task id (if any) in the frame name.

Applies to