DebugDirectoryEntry Struct

Definition

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
DebugDirectoryEntry

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.

Applies to