The methods of the ISymbolReader interface are listed below. For a complete list of ISymbolReader interface members, see the ISymbolReader Members topic.
GetDocument | Gets a document specified by the language, vendor, and type. |
GetDocuments | Gets the array of all the documents defined in the symbol store. |
GetGlobalVariables | Gets all global variables in the module. |
GetMethod | Overloaded. Gets a symbol reader method object. |
GetMethodFromDocumentPosition | Gets the symbol reader method object that contains the specified position in a document. |
GetNamespaces | Gets the namespaces defined at global scope within the current symbol store. |
GetSymAttribute | Gets an attribute value given the attribute name. |
GetVariables | Gets all the variables defined in the specified type. |
ISymbolReader Interface | System.Diagnostics.SymbolStore Namespace