DebugDirectoryEntry 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.
Identifies the location, size and format of a block of debug information.
public value class DebugDirectoryEntry
public readonly struct DebugDirectoryEntry
public struct DebugDirectoryEntry
type DebugDirectoryEntry = struct
Public Structure DebugDirectoryEntry
- Inheritance
Constructors
DebugDirectoryEntry(UInt32, UInt16, UInt16, DebugDirectoryEntryType, Int32, Int32, Int32) |
Initializes a new instance of the DebugDirectoryEntry structure. |
Properties
DataPointer |
Gets the file pointer to the debug data. |
DataRelativeVirtualAddress |
Gets the address of the debug data when loaded, relative to the image base. |
DataSize |
Gets the size of the debug data (not including the debug directory itself). |
IsPortableCodeView |
Gets a value that indicates if the entry is a CodeView entry that points to a Portable PDB. |
MajorVersion |
Gets the major version number of the debug data format. |
MinorVersion |
Gets the minor version number of the debug data format. |
Stamp |
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 |
Gets the format of the debugging information. |