SectionHeader.VirtualAddress 属性

定义

获取节的虚拟地址。

public:
 property int VirtualAddress { int get(); };
public int VirtualAddress { get; }
member this.VirtualAddress : int
Public ReadOnly Property VirtualAddress As Integer

属性值

节的虚拟地址。

注解

对于 PE 映像, VirtualAddress 是部分加载到内存中时相对于映像基的节的第一个字节的地址。 对于对象文件,它是应用重定位前第一个字节的地址;为简单起见,编译器应将此设置为零。 否则,它是在重定位期间从偏移量中减去的任意值。

适用于