DkmCustomSymbolFileId.Data Property

Definition

Raw bytes from the PE file header.

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

Property Value

Returns ReadOnlyCollection<T>.

Applies to