DebugDirectory.Data 属性

定义

获取调试目录的原始数据。 这是 IMAGE_DEBUG_DIRECTORY 指向的数据。PointerToRawData 字段。

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)

属性值

IList<Byte>

适用于