CodeViewDebugDirectoryData 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.
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
 
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.  |