PEMemoryBlock Struct

Definition

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
PEMemoryBlock

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