This documentation is archived and is not being maintained.
ISymbolReader Interface
Visual Studio 2010
Represents a symbol reader for managed code.
Assembly: mscorlib (in mscorlib.dll)
The ISymbolReader type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | UserEntryPoint | Gets the metadata token for the method that was specified as the user entry point for the module, if any. |
| Name | Description | |
|---|---|---|
![]() | GetDocument | Gets a document specified by the language, vendor, and type. |
![]() | GetDocuments | Gets an array of all documents defined in the symbol store. |
![]() | GetGlobalVariables | Gets all global variables in the module. |
![]() | GetMethod(SymbolToken) | Gets a symbol reader method object when given the identifier of a method. |
![]() | GetMethod(SymbolToken, Int32) | Gets a symbol reader method object when given the identifier of a method and its edit and continue version. |
![]() | GetMethodFromDocumentPosition | Gets a symbol reader method object that contains a specified position in a document. |
![]() | GetNamespaces | Gets the namespaces that are defined in the global scope within the current symbol store. |
![]() | GetSymAttribute | Gets an attribute value when given the attribute name. |
![]() | GetVariables | Gets the variables that are not local when given the parent. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
