Enum MINIDUMP_STREAM_TYPE
Represents the type of a minidump data stream.
Namespace: BinaryMapper.Windows.Minidump.Structures
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public enum MINIDUMP_STREAM_TYPE : int
Remarks
Fields
| Name | Description |
|---|---|
| ceStreamBucketParameters | |
| ceStreamDiagnosisList | |
| ceStreamException | |
| ceStreamMemoryPhysicalList | |
| ceStreamMemoryVirtualList | |
| ceStreamModuleList | |
| ceStreamNull | |
| ceStreamProcessList | |
| ceStreamProcessModuleMap | |
| ceStreamSystemInfo | |
| ceStreamThreadCallStackList | |
| ceStreamThreadContextList | |
| ceStreamThreadList | |
| CommentStreamA | The stream contains an ANSI string used for documentation purposes. |
| CommentStreamW | The stream contains a Unicode string used for documentation purposes. |
| ExceptionStream | The stream contains exception information. |
| FunctionTableStream | The stream contains function table information. |
| HandleDataStream | The stream contains high-level information about the active operating system handles. |
| HandleOperationListStream | This stream contains operation list information. |
| IptTraceStream | |
| JavaScriptDataStream | |
| LastReservedStream | |
| MD_ASSERTION_INFO_STREAM | |
| MD_BREAKPAD_INFO_STREAM | |
| MD_LINUX_AUXV | The text from /proc/$x/auxv |
| MD_LINUX_CMD_LINE | The text from /proc/$x/cmdline |
| MD_LINUX_CPU_INFO | The text from /proc/cpuinfo |
| MD_LINUX_DSO_DEBUG | |
| MD_LINUX_ENVIRON | The text from /proc/$x/environ |
| MD_LINUX_LSB_RELEASE | The text from /etc/lsb-release |
| MD_LINUX_MAPS | The text from /proc/$x/maps |
| MD_LINUX_PROC_STATUS | The text from /proc/$x/status |
| Memory64ListStream | The stream contains memory allocation information. |
| MemoryInfoListStream | The stream contains memory region description information. It corresponds to the information that would be returned for the process from the VirtualQuery function. |
| MemoryListStream | The stream contains memory allocation information. |
| MiscInfoStream | The stream contains miscellaneous information. |
| ModuleListStream | The stream contains module information. See also MINIDUMP_MODULE_LIST_STREAM and MINIDUMP_MODULE |
| ProcessVmCountersStream | |
| ReservedStream0 | Reserved. Do not use this enumeration value. |
| ReservedStream1 | Reserved. Do not use this enumeration value. |
| SystemInfoStream | The stream contains general system information. |
| SystemMemoryInfoStream | |
| ThreadExListStream | The stream contains extended thread information. |
| ThreadInfoListStream | The stream contains thread state information. |
| ThreadListStream | The stream contains thread information. |
| ThreadNamesStream | |
| TokenStream | |
| UnloadedModuleListStream | The stream contains module information for the unloaded modules. |
| UnusedStream | Reserved. Do not use this enumeration value. |