❔ Read a .pdb file in C#

Does anyone have a simple example of opening and reading a Windows PDB (not Portable PDB) file in C#? The examples I can find from Microsoft and others are all in C++, and the couple of examples I can find are very old and no longer work.
Was this page helpful?