System.Diagnostics.SymbolStore Namespace

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The System.Diagnostics.SymbolStore namespace provides classes that enable you to read and write debug symbol information, such as source line to Microsoft intermediate language (MSIL) maps. Compilers that target the .NET Framework can store the debug symbol information in program database (PDB) files. Debuggers and code profiler tools can read the debug symbol information at run time.

Interfaces

  Interface Description
ISymbolDocumentWriter Represents a document that is referenced by a symbol store.