C# Class System.Diagnostics.SymbolStore.SymReader

Inheritance: ISymbolReader
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetDocument ( string url, System.Guid language, System.Guid languageVendor, System.Guid documentType ) : ISymbolDocument
GetDocuments ( ) : ISymbolDocument[]
GetGlobalVariables ( ) : ISymbolVariable[]
GetMethod ( SymbolToken method ) : ISymbolMethod
GetMethod ( SymbolToken method, int version ) : ISymbolMethod
GetMethodFromDocumentPosition ( ISymbolDocument document, int line, int column ) : ISymbolMethod
GetNamespaces ( ) : ISymbolNamespace[]
GetSymAttribute ( SymbolToken parent, string name ) : byte[]
GetVariables ( SymbolToken parent ) : ISymbolVariable[]
SymReader ( IntPtr Reader ) : System

Private Methods

Method Description
SymReader_GetDocument ( IntPtr Reader, [ Url, System.Guid Language, System.Guid LanguageVendor, System.Guid DocumentType, IntPtr &Document ) : int
SymReader_GetDocuments ( IntPtr Reader, int cDocs, int &pcDocs, [ pDocs ) : int
SymReader_GetGlobalVariables ( IntPtr Reader, int cVars, int &pcVars, [ Variables ) : int
SymReader_GetMethod ( IntPtr Reader, int MethodToken, IntPtr &Document ) : int
SymReader_GetMethodByVersion ( IntPtr Reader, int MethodToken, int Version, IntPtr &Document ) : int
SymReader_GetMethodFromDocumentPosition ( IntPtr Reader, IntPtr Document, int line, int column, IntPtr &MethodPointer ) : int
SymReader_GetNamespaces ( IntPtr Reader, int cNamespaces, int &pcNamespaces, [ NamespacePointers ) : int
SymReader_GetSymAttribute ( IntPtr Reader, int parentToken, [ name, int cBuffer, int &pcBuffer, byte buffer ) : int
SymReader_GetUserEntryPoint ( IntPtr Reader, int &EntryPoint ) : int
SymReader_GetVariables ( IntPtr Reader, int ParentToken, int cVars, int &pcVars, [ Variables ) : int
SymReader_Release ( IntPtr Reader ) : int

Method Details

GetDocument() public method

public GetDocument ( string url, System.Guid language, System.Guid languageVendor, System.Guid documentType ) : ISymbolDocument
url string
language System.Guid
languageVendor System.Guid
documentType System.Guid
return ISymbolDocument

GetDocuments() public method

public GetDocuments ( ) : ISymbolDocument[]
return ISymbolDocument[]

GetGlobalVariables() public method

public GetGlobalVariables ( ) : ISymbolVariable[]
return ISymbolVariable[]

GetMethod() public method

public GetMethod ( SymbolToken method ) : ISymbolMethod
method SymbolToken
return ISymbolMethod

GetMethod() public method

public GetMethod ( SymbolToken method, int version ) : ISymbolMethod
method SymbolToken
version int
return ISymbolMethod

GetMethodFromDocumentPosition() public method

public GetMethodFromDocumentPosition ( ISymbolDocument document, int line, int column ) : ISymbolMethod
document ISymbolDocument
line int
column int
return ISymbolMethod

GetNamespaces() public method

public GetNamespaces ( ) : ISymbolNamespace[]
return ISymbolNamespace[]

GetSymAttribute() public method

public GetSymAttribute ( SymbolToken parent, string name ) : byte[]
parent SymbolToken
name string
return byte[]

GetVariables() public method

public GetVariables ( SymbolToken parent ) : ISymbolVariable[]
parent SymbolToken
return ISymbolVariable[]

SymReader() public method

public SymReader ( IntPtr Reader ) : System
Reader System.IntPtr
return System