Метод | Описание | |
---|---|---|
GetDocument ( string url, System.Guid language, System.Guid languageVendor, System.Guid documentType ) : ISymbolDocument | ||
GetDocuments ( ) : ISymbolDocument[] | ||
GetGlobalVariables ( ) : ISymbolVariable[] | ||
GetMethod ( |
||
GetMethod ( |
||
GetMethodFromDocumentPosition ( ISymbolDocument document, int line, int column ) : ISymbolMethod | ||
GetNamespaces ( ) : ISymbolNamespace[] | ||
GetSymAttribute ( |
||
GetVariables ( |
||
SymReader ( |
Метод | Описание | |
---|---|---|
SymReader_GetDocument ( |
||
SymReader_GetDocuments ( |
||
SymReader_GetGlobalVariables ( |
||
SymReader_GetMethod ( |
||
SymReader_GetMethodByVersion ( |
||
SymReader_GetMethodFromDocumentPosition ( |
||
SymReader_GetNamespaces ( |
||
SymReader_GetSymAttribute ( |
||
SymReader_GetUserEntryPoint ( |
||
SymReader_GetVariables ( |
||
SymReader_Release ( |
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 | |
Результат | ISymbolDocument |
public GetDocuments ( ) : ISymbolDocument[] | ||
Результат | ISymbolDocument[] |
public GetGlobalVariables ( ) : ISymbolVariable[] | ||
Результат | ISymbolVariable[] |
public GetMethod ( |
||
method | ||
Результат | ISymbolMethod |
public GetMethod ( |
||
method | ||
version | int | |
Результат | ISymbolMethod |
public GetMethodFromDocumentPosition ( ISymbolDocument document, int line, int column ) : ISymbolMethod | ||
document | ISymbolDocument | |
line | int | |
column | int | |
Результат | ISymbolMethod |
public GetNamespaces ( ) : ISymbolNamespace[] | ||
Результат | ISymbolNamespace[] |
public GetSymAttribute ( |
||
parent | ||
name | string | |
Результат | byte[] |
public GetVariables ( |
||
parent | ||
Результат | ISymbolVariable[] |
public SymReader ( |
||
Reader | ||
Результат | System |