DkmCustomSymbolFileId.Data 属性

定义

PE 文件头中的原始字节。

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)

属性值

ReadOnlyCollection<Byte>

返回 ReadOnlyCollection<T>

适用于