terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
XmlParserContext (XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace) | |
XmlParserContext (XmlNameTable nt, XmlNamespaceManager nsMgr, string docTypeName, string pubId, string sysId, string internalSubset, string baseURI, string xmlLang, XmlSpace xmlSpace, Encoding enc) | |
Properties | |
XmlNameTable | NameTable [get] |
XmlNamespaceManager | NamespaceManager [get] |
string | DocTypeName [get] |
string | PublicId [get] |
string | SystemId [get] |
string | BaseURI [get] |
string | InternalSubset [get] |
string | XmlLang [get] |
XmlSpace | XmlSpace [get] |
Encoding | Encoding [get] |
bool | HasDtdInfo [get] |
Private Attributes | |
XmlNameTable | _nt |
XmlNamespaceManager | _nsMgr |
string | _docTypeName |
string | _pubId |
string | _sysId |
string | _internalSubset |
string | _xmlLang |
XmlSpace | _xmlSpace |
string | _baseURI |
Encoding | _encoding |
Definition at line 7 of file XmlParserContext.cs.