Freigeben über


DebugDirectory.Data Property

Definition

Gets the debug directory's raw data. This is the data pointed to by the IMAGE_DEBUG_DIRECTORY.PointerToRawData field.

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

Property Value

Applies to