System.Diagnostics.SymbolStore.ISymbolReader: Method Members

The methods of System.Diagnostics.SymbolStore.ISymbolReader are listed below. For a list of all members, see the ISymbolReader Members list.

Public Methods

GetDocument(string, Guid, Guid, Guid) : ISymbolDocument

Gets a document specified by the language, vendor, and type.

GetDocuments() : ISymbolDocument[]

Gets an array of all documents defined in the symbol store.

GetGlobalVariables() : ISymbolVariable[]

Gets all global variables in the module.

GetMethod(SymbolToken) : ISymbolMethod

Gets a symbol reader method object when given the identifier of a method.

GetMethod(SymbolToken, int) : ISymbolMethod

Gets a symbol reader method object when given the identifier of a method and its edit and continue version.

GetMethodFromDocumentPosition(ISymbolDocument, int, int) : ISymbolMethod

Gets a symbol reader method object that contains a specified position in a document.

GetNamespaces() : ISymbolNamespace[]

Gets the namespaces that are defined in the global scope within the current symbol store.

GetSymAttribute(SymbolToken, string) : byte[]

Gets an attribute value when given the attribute name.

GetVariables(SymbolToken) : ISymbolVariable[]

Gets the variables that are not local when given the parent.