PEMemoryBlock Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un bloc de mémoire dans l’image exécutable portable (PE).
public value class PEMemoryBlock
public struct PEMemoryBlock
public readonly struct PEMemoryBlock
type PEMemoryBlock = struct
Public Structure PEMemoryBlock
- Héritage
Propriétés
Length |
Obtient la longueur du bloc. |
Pointer |
Obtient un pointeur vers le premier octet du bloc. |
Méthodes
GetContent() |
Lit le contenu du bloc entier dans un tableau. |
GetContent(Int32, Int32) |
Lit le contenu d’une partie du bloc dans un tableau. |
GetReader() |
Crée un BlobReader pour un objet blob couvrant la totalité du bloc. |
GetReader(Int32, Int32) |
Crée un BlobReader pour un objet blob couvrant une partie du bloc. |