DebugDirectoryEntry Structure
Définition
Identifie l’emplacement, la taille et le format d’un bloc d’informations de débogage.Identifies the location, size and format of a block of debug information.
public value class DebugDirectoryEntry
public struct DebugDirectoryEntry
type DebugDirectoryEntry = struct
Public Structure DebugDirectoryEntry
- Héritage
Constructeurs
DebugDirectoryEntry(UInt32, UInt16, UInt16, DebugDirectoryEntryType, Int32, Int32, Int32) |
Initialise une nouvelle instance de la structure DebugDirectoryEntry.Initializes a new instance of the DebugDirectoryEntry structure. |
Propriétés
DataPointer |
Obtient le pointeur de fichier vers les données de débogage.Gets the file pointer to the debug data. |
DataRelativeVirtualAddress |
Obtient l’adresse des données de débogage quand elles sont chargées, par rapport à la base de l’image.Gets the address of the debug data when loaded, relative to the image base. |
DataSize |
Obtient la taille des données de débogage (répertoire de débogage exclu).Gets the size of the debug data (not including the debug directory itself). |
IsPortableCodeView |
Obtient une valeur qui indique si l’entrée est une entrée CodeView qui pointe vers un fichier PDB portable.Gets a value that indicates if the entry is a CodeView entry that points to a Portable PDB. |
MajorVersion |
Obtient le numéro de version principale du format des données de débogage.Gets the major version number of the debug data format. |
MinorVersion |
Obtient le numéro de version mineure du format des données de débogage.Gets the minor version number of the debug data format. |
Stamp |
Obtient la date et l’heure de création des données de débogage si le fichier PE/COFF n’est pas déterministe ; sinon, obtient une valeur basée sur le hachage du contenu.Get the time and date that the debug data was created if the PE/COFF file is not deterministic; otherwise, gets a value based on the hash of the content. |
Type |
Obtient le format des informations de débogage.Gets the format of the debugging information. |