C# Class dnlib.DotNet.Pdb.Dss.SymbolReader

Inheritance: ISymbolReader
Afficher le fichier Open project: petterlopes/ConfuserEx

Méthodes publiques

Méthode 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

Method Details

GetDocument() public méthode

public GetDocument ( string url, Guid language, Guid languageVendor, Guid documentType ) : ISymbolDocument
url string
language Guid
languageVendor Guid
documentType Guid
Résultat ISymbolDocument

GetDocuments() public méthode

public GetDocuments ( ) : ISymbolDocument[]
Résultat ISymbolDocument[]

GetGlobalVariables() public méthode

public GetGlobalVariables ( ) : ISymbolVariable[]
Résultat ISymbolVariable[]

GetMethod() public méthode

public GetMethod ( SymbolToken method ) : ISymbolMethod
method SymbolToken
Résultat ISymbolMethod

GetMethod() public méthode

public GetMethod ( SymbolToken method, int version ) : ISymbolMethod
method SymbolToken
version int
Résultat ISymbolMethod

GetMethodFromDocumentPosition() public méthode

public GetMethodFromDocumentPosition ( ISymbolDocument document, int line, int column ) : ISymbolMethod
document ISymbolDocument
line int
column int
Résultat ISymbolMethod

GetNamespaces() public méthode

public GetNamespaces ( ) : ISymbolNamespace[]
Résultat ISymbolNamespace[]

GetSymAttribute() public méthode

public GetSymAttribute ( SymbolToken parent, string name ) : byte[]
parent SymbolToken
name string
Résultat byte[]

GetVariables() public méthode

public GetVariables ( SymbolToken parent ) : ISymbolVariable[]
parent SymbolToken
Résultat ISymbolVariable[]

SymbolReader() public méthode

Constructor
public SymbolReader ( ISymUnmanagedReader reader ) : System
reader ISymUnmanagedReader An unmanaged symbol reader
Résultat System