DumperFlags Enum

Definition

Specifies a FlagsAttribute attribute that allows a bitwise combination of its member values.

This enumeration supports a bitwise combination of its member values.

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

Fields

Name Value Description
Default 0

The Default attribute.

NoMiniDump 2

The NoMiniDump attribute.

ReferencedMemory 8

The ReferencedMemory attribute.

AllMemory 16

The AllMemory attribute.

AllThreads 32

The AllThreads attribute.

MatchFilename 64

The MatchFilename attribute.

Verbose 256

The Verbose attribute.

WaitAtExit 512

The WaitAtExit attribute.

SendToWatson 1024

The SendToWatson attribute.

UseDefault 2048

The UseDefault attribute.

MaximumDump 4096

The MaximumDump attribute.

DoubleDump 8192

The DoubleDump attribute.

ForceWatson 16384

The ForceWatson attribute.

Filtered 32768

The Filtered attribute.

CriticalClr 65536

The CriticalClr attribute.

NoRegistry 131072

The NoRegistry attribute.

LocalOnly 262144

The LocalOnly attribute.

DeleteFiles 524288

The DeleteFiles attribute.

ShowUI 1048576

The ShowUI attribute.

ForceUserThread 2097152

The ForceUserThread attribute.

MatchSignatureTime 4194304

The MatchSignatureTime attribute.

Applies to