System.Reflection.PortableExecutable.DebugDirectoryBuilder
namespace System.Reflection.PortableExecutable
{
internal sealed class DebugDirectoryBuilder
{
public DebugDirectoryBuilder();
public void AddCodeViewEntry(string pdbPath, BlobContentId pdbContentId, ushort portablePdbVersion);
public void AddReproducibleEntry();
}
}