Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CodeViewDebugDirectoryData Struct

Definition

Namespace:
System.Reflection.PortableExecutable
Assembly:
System.Reflection.Metadata.dll
Package:
System.Reflection.Metadata v11.0.0-preview.5.26302.115
Source:
CodeViewDebugDirectoryData.cs
Source:
CodeViewDebugDirectoryData.cs
Source:
CodeViewDebugDirectoryData.cs
Source:
CodeViewDebugDirectoryData.cs
Source:
CodeViewDebugDirectoryData.cs
Source:
CodeViewDebugDirectoryData.cs
Source:
CodeViewDebugDirectoryData.cs

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.

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

Name Description
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


Feedback

Was this page helpful?