DkmEmbeddedDocument.Content Property

Definition

The raw bytes of the Content contained in the symbol file. These bytes may need to be decompressed.

This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ Content { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> Content { get; }
member this.Content : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property Content As ReadOnlyCollection(Of Byte)

Property Value

Applies to