DebugDirectoryEntry Struktura
Definicja
Identyfikuje lokalizację, rozmiar i format bloku informacji debugowania.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
- Dziedziczenie
Konstruktory
DebugDirectoryEntry(UInt32, UInt16, UInt16, DebugDirectoryEntryType, Int32, Int32, Int32) |
Inicjuje nowe wystąpienie DebugDirectoryEntry struktury.Initializes a new instance of the DebugDirectoryEntry structure. |
Właściwości
DataPointer |
Pobiera wskaźnik pliku do danych debugowania.Gets the file pointer to the debug data. |
DataRelativeVirtualAddress |
Pobiera adres danych debugowania po załadowaniu względem bazy obrazu.Gets the address of the debug data when loaded, relative to the image base. |
DataSize |
Pobiera rozmiar danych debugowania (z uwzględnieniem samego katalogu debugowania).Gets the size of the debug data (not including the debug directory itself). |
IsPortableCodeView |
Pobiera wartość wskazującą, czy wpis jest CodeView wpisem wskazującym przenośny plik PDB.Gets a value that indicates if the entry is a CodeView entry that points to a Portable PDB. |
MajorVersion |
Pobiera numer wersji głównej formatu danych debugowania.Gets the major version number of the debug data format. |
MinorVersion |
Pobiera numer wersji pomocniczej formatu danych debugowania.Gets the minor version number of the debug data format. |
Stamp |
Pobierz datę i godzinę, o której dane debugowania zostały utworzone, jeśli plik PE/COFF nie jest deterministyczny; w przeciwnym razie pobiera wartość na podstawie wartości skrótu zawartości.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 |
Pobiera format informacji o debugowaniu.Gets the format of the debugging information. |