System.Reflection.PortableExecutable.CodeViewDebugDirectoryData
namespace System.Reflection.PortableExecutable
{
public struct CodeViewDebugDirectoryData
{
public Guid Guid { get; }
public int Age { get; }
public string Path { get; }
}
}