This documentation is archived and is not being maintained.
System.Diagnostics.SymbolStore Namespace
Visual Studio 2008
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.
Class | Description | |
---|---|---|
![]() | SymBinder | Represents a symbol binder for managed code. |
![]() | SymDocument | Represents a document referenced by a symbol store. |
![]() | SymDocumentType | Holds the public GUIDs for document types to be used with the symbol store. |
![]() | SymDocumentWriter | Provides methods for writing to a document referenced by a symbol store. |
![]() | SymLanguageType | Holds the public GUIDs for language types to be used with the symbol store. |
![]() | SymLanguageVendor | Holds the public GUIDs for language vendors to be used with the symbol store. |
![]() | SymMethod | Represents a method within a symbol store. |
![]() | SymReader | Provides access to documents, methods, and variables within a symbol store. |
![]() | SymScope | Represents a lexical scope within SymMethod, providing access to the start and end offsets of the scope, as well as its child and parent scopes. |
![]() | SymVariable | Represents a variable within a symbol store. |
![]() | SymWriter | Represents a symbol writer for managed code. |
Structure | Description | |
---|---|---|
![]() | SymbolToken | The SymbolToken structure is an object representation of a token that represents symbolic information. |
Interface | Description | |
---|---|---|
![]() | ISymbolBinder | Represents a symbol binder for managed code. |
![]() | ISymbolBinder1 | Represents a symbol binder for managed code. |
![]() | ISymbolDocument | Represents a document referenced by a symbol store. |
![]() | ISymbolDocumentWriter | Represents a document referenced by a symbol store. |
![]() | ISymbolMethod | Represents a method within a symbol store. |
![]() | ISymbolNamespace | Represents a namespace within a symbol store. |
![]() | ISymbolReader | Represents a symbol reader for managed code. |
![]() | ISymbolScope | Represents a lexical scope within ISymbolMethod, providing access to the start and end offsets of the scope, as well as its child and parent scopes. |
![]() | ISymbolVariable | Represents a variable within a symbol store. |
![]() | ISymbolWriter | Represents a symbol writer for managed code. |
Enumeration | Description | |
---|---|---|
![]() | SymAddressKind | Specifies address types for local variables, parameters, and fields in the methods DefineLocalVariable, DefineParameter, and DefineField of the ISymbolWriter interface. |
Show: