Class MINIDUMP_STRING
Describes a string.
Namespace: BinaryMapper.Windows.Minidump.Structures
Assembly: BinaryMapper.Windows.Minidump.dll
Syntax
public class MINIDUMP_STRING : object
Remarks
https://docs.microsoft.com/en-us/windows/win32/api/minidumpapiset/ns-minidumpapiset-minidump_string https://msdn.microsoft.com/en-us/library/ms680395.aspx
Fields
| Improve this Doc View SourceBuffer
The null-terminated string.
Declaration
public string Buffer
Field Value
| Type | Description |
|---|---|
| String |
Length
The size of the string in the Buffer member, in bytes. This size does not include the null-terminating character.
Declaration
public System.UInt32 Length
Field Value
| Type | Description |
|---|---|
| System.UInt32 |