Method | Description | |
---|---|---|
GetDocument ( string url, Guid language, Guid languageVendor, 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[] | ||
SymbolReader ( ISymUnmanagedReader reader ) : System |
Constructor
|
public GetDocument ( string url, Guid language, Guid languageVendor, Guid documentType ) : ISymbolDocument | ||
url | string | |
language | Guid | |
languageVendor | Guid | |
documentType | Guid | |
return | ISymbolDocument |
public GetGlobalVariables ( ) : ISymbolVariable[] | ||
return | ISymbolVariable[] |
public GetMethod ( SymbolToken method ) : ISymbolMethod | ||
method | SymbolToken | |
return | ISymbolMethod |
public GetMethod ( SymbolToken method, int version ) : ISymbolMethod | ||
method | SymbolToken | |
version | int | |
return | ISymbolMethod |
public GetMethodFromDocumentPosition ( ISymbolDocument document, int line, int column ) : ISymbolMethod | ||
document | ISymbolDocument | |
line | int | |
column | int | |
return | ISymbolMethod |
public GetNamespaces ( ) : ISymbolNamespace[] | ||
return | ISymbolNamespace[] |
public GetSymAttribute ( SymbolToken parent, string name ) : byte[] | ||
parent | SymbolToken | |
name | string | |
return | byte[] |
public GetVariables ( SymbolToken parent ) : ISymbolVariable[] | ||
parent | SymbolToken | |
return | ISymbolVariable[] |
public SymbolReader ( ISymUnmanagedReader reader ) : System | ||
reader | ISymUnmanagedReader | An unmanaged symbol reader |
return | System |