SectionHeader.VirtualAddress 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得區段的虛擬位址。
public:
property int VirtualAddress { int get(); };
public int VirtualAddress { get; }
member this.VirtualAddress : int
Public ReadOnly Property VirtualAddress As Integer
屬性值
區段的虛擬位址。
備註
針對PE映像, VirtualAddress
是當區段載入記憶體時,區段相對於映像基底之區段的第一個字節位址。 對於物件檔案,這是套用重新配置之前第一個字節的位址;為了簡單起見,編譯程式應該將此設定為零。 否則,它是在重新配置期間從位移減去的任意值。