SectionHeader.VirtualSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
載入記憶體時會取得該區段的總大小。
public:
property int VirtualSize { int get(); };
public int VirtualSize { get; }
member this.VirtualSize : int
Public ReadOnly Property VirtualSize As Integer
屬性值
載入記憶體時區段的總大小。
備註
若 VirtualSize 屬性值大於 <xref:System.Reflection.PortableExecutable.SectionHeader.SizeOfRawData,則該區段為零填充。 此欄位僅適用於 PE 影像,且物件檔案應設為零。