Enum MiniDump.Option
Namespace: Umbraco.Cms.Core.Diagnostics
Assembly: Umbraco.Core.dll
Syntax
public enum Option : uint
Fields
| Name | Description |
|---|---|
| FilterMemory | |
| FilterModulePaths | |
| IgnoreInaccessibleMemory | |
| Normal | |
| ScanMemory | |
| ValidTypeFlags | |
| WithCodeSegs | |
| WithDataSegs | |
| WithFullAuxiliaryState | |
| WithFullMemory | |
| WithFullMemoryInfo | |
| WithHandleData | |
| WithIndirectlyReferencedMemory | |
| WithoutAuxiliaryState | |
| WithoutOptionalData | |
| WithPrivateReadWriteMemory | |
| WithPrivateWriteCopyMemory | |
| WithProcessThreadData | |
| WithThreadInfo | |
| WithUnloadedModules |