terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Package Functions | |
SchemaEntity (XmlQualifiedName qname, bool isParameter) | |
Properties | |
string IDtdEntityInfo. | Name [get] |
bool IDtdEntityInfo. | IsExternal [get] |
bool IDtdEntityInfo. | IsDeclaredInExternal [get] |
bool IDtdEntityInfo. | IsUnparsedEntity [get] |
bool IDtdEntityInfo. | IsParameterEntity [get] |
string IDtdEntityInfo. | BaseUriString [get] |
string IDtdEntityInfo. | DeclaredUriString [get] |
string IDtdEntityInfo. | SystemId [get] |
string IDtdEntityInfo. | PublicId [get] |
string IDtdEntityInfo. | Text [get] |
int IDtdEntityInfo. | LineNumber [get] |
int IDtdEntityInfo. | LinePosition [get] |
XmlQualifiedName | Name [get] |
string | Url [get, set] |
string | Pubid [get, set] |
bool | IsExternal [get, set] |
bool | DeclaredInExternal [get, set] |
XmlQualifiedName | NData [get, set] |
string | Text [get, set] |
int | Line [get, set] |
int | Pos [get, set] |
string | BaseURI [get, set] |
bool | ParsingInProgress [get, set] |
string | DeclaredURI [get, set] |
Private Attributes | |
XmlQualifiedName | qname |
string | url |
string | pubid |
string | text |
XmlQualifiedName | ndata |
int | lineNumber |
int | linePosition |
bool | isParameter |
bool | isExternal |
bool | parsingInProgress |
bool | isDeclaredInExternal |
string | baseURI |
string | declaredURI |
Definition at line 6 of file SchemaEntity.cs.