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

AllMemory 16

The AllMemory attribute.

AllThreads 32

The AllThreads attribute.

CriticalClr 65536

The CriticalClr attribute.

Default 0

The Default attribute.

DeleteFiles 524288

The DeleteFiles attribute.

DoubleDump 8192

The DoubleDump attribute.

Filtered 32768

The Filtered attribute.

ForceUserThread 2097152

The ForceUserThread attribute.

ForceWatson 16384

The ForceWatson attribute.

LocalOnly 262144

The LocalOnly attribute.

MatchFilename 64

The MatchFilename attribute.

MatchSignatureTime 4194304

The MatchSignatureTime attribute.

MaximumDump 4096

The MaximumDump attribute.

NoMiniDump 2

The NoMiniDump attribute.

NoRegistry 131072

The NoRegistry attribute.

ReferencedMemory 8

The ReferencedMemory attribute.

SendToWatson 1024

The SendToWatson attribute.

ShowUI 1048576

The ShowUI attribute.

UseDefault 2048

The UseDefault attribute.

Verbose 256

The Verbose attribute.

WaitAtExit 512

The WaitAtExit attribute.

Applies to