Show / Hide Table of Contents

Class MINIDUMP_STRING

Describes a string.

Inheritance
Object
MINIDUMP_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 Source

Buffer

The null-terminated string.

Declaration
public string Buffer
Field Value
Type Description
String
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX