Mono Class Library: Overview

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
Documentation for this section has not yet been entered.
GetDocuments() : ISymbolDocument[]
Documentation for this section has not yet been entered.
GetGlobalVariables() : ISymbolVariable[]
Documentation for this section has not yet been entered.
GetMethod(SymbolToken) : ISymbolMethod
Documentation for this section has not yet been entered.
GetMethod(SymbolToken, int) : ISymbolMethod
Documentation for this section has not yet been entered.
GetMethodFromDocumentPosition(ISymbolDocument, int, int) : ISymbolMethod
Documentation for this section has not yet been entered.
GetNamespaces() : ISymbolNamespace[]
Documentation for this section has not yet been entered.
GetSymAttribute(SymbolToken, string) : byte[]
Documentation for this section has not yet been entered.
GetVariables(SymbolToken) : ISymbolVariable[]
Documentation for this section has not yet been entered.