[This is preliminary documentation and is subject to change.]
The bytes dumped.
| C# | Visual Basic | Visual C++ |
public byte[] Bytes { get; set; }
Public Property Bytes As Byte()
public: property array<unsigned char>^ Bytes { array<unsigned char>^ get (); void set (array<unsigned char>^ value); }
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |