PEMemoryBlock 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表可攜式可執行檔 (PE) 影像中的記憶體區塊。
public value class PEMemoryBlock
public struct PEMemoryBlock
public readonly struct PEMemoryBlock
type PEMemoryBlock = struct
Public Structure PEMemoryBlock
- 繼承
屬性
Length |
取得區塊的長度。 |
Pointer |
取得區塊的第一個位元組指標。 |
方法
GetContent() |
將整個區塊的內容讀入到陣列。 |
GetContent(Int32, Int32) |
將部分的區塊內容讀入到陣列。 |
GetReader() |
針對跨越整個區塊的 Blob 建立 BlobReader。 |
GetReader(Int32, Int32) |
針對跨越部分區塊的 Blob 建立 BlobReader。 |