System.Diagnostics.SymbolStore Namespace

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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
Public interface ISymbolDocumentWriter Represents a document that is referenced by a symbol store.