CodeViewDebugDirectoryData Struct

Definition

Provides information about a Program Debug Database (PDB) file.

public value class CodeViewDebugDirectoryData
public readonly struct CodeViewDebugDirectoryData
public struct CodeViewDebugDirectoryData
type CodeViewDebugDirectoryData = struct
Public Structure CodeViewDebugDirectoryData
Inheritance
CodeViewDebugDirectoryData

Remarks

This structure is returned by a call to the PEReader.ReadCodeViewDebugDirectoryData method.

Properties

Age

The iteration of the PDB. The first iteration is 1. The iteration is incremented each time the PDB content is augmented.

Guid

The Globally Unique Identifier (GUID) of the associated PDB.

Path

The path to the .pdb file that contains debug information for the PE/COFF file.

Applies to