|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for System.Xml.XmlWriterSettings:Public Member Functions | |
| XmlWriterSettings () | |
| XmlWriterSettings | Clone () |
Package Functions | |
| XmlWriter | CreateWriter (Stream output) |
| XmlWriter | CreateWriter (TextWriter output) |
Properties | |
| bool | Async [get, set] |
| Encoding | Encoding [get, set] |
| bool | OmitXmlDeclaration [get, set] |
| NewLineHandling | NewLineHandling [get, set] |
| string | NewLineChars [get, set] |
| bool | Indent [get, set] |
| string | IndentChars [get, set] |
| bool | NewLineOnAttributes [get, set] |
| bool | CloseOutput [get, set] |
| ConformanceLevel | ConformanceLevel [get, set] |
| bool | CheckCharacters [get, set] |
| NamespaceHandling | NamespaceHandling [get, set] |
| bool | WriteEndDocumentOnClose [get, set] |
| XmlOutputMethod | OutputMethod [get, set] |
| List< XmlQualifiedName > | CDataSectionElements [get, set] |
| bool | DoNotEscapeUriAttributes [get, set] |
| bool | MergeCDataSections [get, set] |
| string | MediaType [get, set] |
| string | DocTypeSystem [get, set] |
| string | DocTypePublic [get, set] |
| XmlStandalone | Standalone [get, set] |
| bool | AutoXmlDeclaration [get, set] |
| TriState | IndentInternal [get, set] |
| bool | IsQuerySpecific [get, set] |
| 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 11 of file XmlWriterSettings.cs.