This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
System.Diagnostics.SymbolStore Namespace
The System.Diagnostics.SymbolStore namespace provides classes that allow you to read and write debug symbol information, such as source line to Microsoft intermediate language (MSIL) maps. Compilers targeting the.NET Framework can store the debug symbol information into programmer's database (PDB) files. Debuggers and code profiler tools can read the debug symbol information at run time.

Structures
|
| Structure | Description |
|---|
.gif) | SymbolToken | The SymbolToken structure is an object representation of a token that represents symbolic information. |

Interfaces

Enumerations