SectionHeader.PointerToRawData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 COFF 檔案中區段第一頁的檔案指標。
public:
property int PointerToRawData { int get(); };
public int PointerToRawData { get; }
member this.PointerToRawData : int
Public ReadOnly Property PointerToRawData As Integer
屬性值
COFF 檔案中區段第一頁的檔案指標。
備註
針對PE映像,這必須是的 PEHeader.FileAlignment倍數。 針對物件檔案,此值應該對齊 4 位元組界限,以獲得最佳效能。 當區段只包含未初始化的數據時,此欄位應為零。