PEMemoryBlock Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a block of memory in the Portable Executable (PE) image.
public value class PEMemoryBlock
public struct PEMemoryBlock
public readonly struct PEMemoryBlock
type PEMemoryBlock = struct
Public Structure PEMemoryBlock
- Inheritance
Properties
Length |
Gets the length of the block. |
Pointer |
Gets a pointer to the first byte of the block. |
Methods
GetContent() |
Reads the contents of the entire block into an array. |
GetContent(Int32, Int32) |
Reads the contents of a part of the block into an array. |
GetReader() |
Creates a BlobReader for a blob spanning the entire block. |
GetReader(Int32, Int32) |
Creates a BlobReader for a blob spanning a part of the block. |
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.