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 | |
XmlWriterSettings () | |
XmlWriterSettings | Clone () |
Package Functions | |
XmlWriter | CreateWriter (Stream output) |
XmlWriter | CreateWriter (TextWriter output) |
Properties | |
bool | Async [get] |
Encoding | Encoding [get] |
bool | OmitXmlDeclaration [get, set] |
NewLineHandling | NewLineHandling [get] |
string | NewLineChars [get] |
bool | Indent [get, set] |
string | IndentChars [get] |
bool | NewLineOnAttributes [get] |
bool | CloseOutput [get] |
ConformanceLevel | ConformanceLevel [get, set] |
bool | CheckCharacters [get] |
NamespaceHandling | NamespaceHandling [get, set] |
bool | WriteEndDocumentOnClose [get] |
XmlOutputMethod | OutputMethod [get, set] |
List< XmlQualifiedName > | CDataSectionElements [get] |
bool | DoNotEscapeUriAttributes [get] |
bool | MergeCDataSections [get] |
string | MediaType [get] |
string | DocTypeSystem [get] |
string | DocTypePublic [get] |
XmlStandalone | Standalone [get] |
bool | AutoXmlDeclaration [get] |
TriState | IndentInternal [get] |
bool | IsQuerySpecific [get] |
bool | ReadOnly [set] |
Private Member Functions | |
void | CheckReadOnly (string propertyName) |
void | Initialize () |
Private Attributes | |
bool | useAsync |
Encoding | encoding |
bool | omitXmlDecl |
NewLineHandling | newLineHandling |
string | newLineChars |
TriState | indent |
string | indentChars |
bool | newLineOnAttributes |
bool | closeOutput |
NamespaceHandling | namespaceHandling |
ConformanceLevel | conformanceLevel |
bool | checkCharacters |
bool | writeEndDocumentOnClose |
XmlOutputMethod | outputMethod |
List< XmlQualifiedName > | cdataSections |
bool | doNotEscapeUriAttributes |
bool | mergeCDataSections |
string | mediaType |
string | docTypeSystem |
string | docTypePublic |
XmlStandalone | standalone |
bool | autoXmlDecl |
bool | isReadOnly |
Definition at line 10 of file XmlWriterSettings.cs.