Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.SymbolStore.ISymbolReader Interface Reference

Public Member Functions

ISymbolDocumentGetDocument (string url, Guid language, Guid languageVendor, Guid documentType)
 
ISymbolDocument[] GetDocuments ()
 
ISymbolMethodGetMethod (SymbolToken method)
 
ISymbolMethodGetMethod (SymbolToken method, int version)
 
ISymbolVariable[] GetVariables (SymbolToken parent)
 
ISymbolVariable[] GetGlobalVariables ()
 
ISymbolMethod GetMethodFromDocumentPosition (ISymbolDocument document, int line, int column)
 
byte[] GetSymAttribute (SymbolToken parent, string name)
 
ISymbolNamespace[] GetNamespaces ()
 

Properties

SymbolToken UserEntryPoint [get]
 

Detailed Description

Definition at line 3 of file ISymbolReader.cs.


The documentation for this interface was generated from the following file: