dotnet-core/release-notes/6.0/preview/api-diff/preview1/.Net/6.0-preview1_System.Reflection.PortableExecutable.md
2021-02-18 10:16:41 -08:00

282 B

System.Reflection.PortableExecutable

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