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
Loading...
Searching...
No Matches
System.Xml.XmlWriter Member List

This is the complete list of members for System.Xml.XmlWriter, including all inherited members.

Close()System.Xml.XmlWriterinlinevirtual
Create(Stream output, XmlWriterSettings settings)System.Xml.XmlWriterinlinestatic
Create(TextWriter output, XmlWriterSettings settings)System.Xml.XmlWriterinlinestatic
Dispose()System.Xml.XmlWriterinline
Dispose(bool disposing)System.Xml.XmlWriterinlineprotectedvirtual
Flush()System.Xml.XmlWriter
LookupPrefix(string ns)System.Xml.XmlWriter
WriteAttributeString(string prefix, string localName, string ns, string value)System.Xml.XmlWriterinline
WriteBase64(byte[] buffer, int index, int count)System.Xml.XmlWriter
WriteBinHex(byte[] buffer, int index, int count)System.Xml.XmlWriterinlinevirtual
WriteCData(string text)System.Xml.XmlWriter
WriteCharEntity(char ch)System.Xml.XmlWriter
WriteChars(char[] buffer, int index, int count)System.Xml.XmlWriter
WriteComment(string text)System.Xml.XmlWriter
WriteDocType(string name, string pubid, string sysid, string subset)System.Xml.XmlWriter
WriteEndAttribute()System.Xml.XmlWriter
WriteEndDocument()System.Xml.XmlWriter
WriteEndElement()System.Xml.XmlWriter
WriteEntityRef(string name)System.Xml.XmlWriter
WriteFullEndElement()System.Xml.XmlWriter
WriteProcessingInstruction(string name, string text)System.Xml.XmlWriter
WriteRaw(char[] buffer, int index, int count)System.Xml.XmlWriter
WriteRaw(string data)System.Xml.XmlWriter
WriteStartAttribute(string prefix, string localName, string ns)System.Xml.XmlWriter
WriteStartDocument()System.Xml.XmlWriter
WriteStartDocument(bool standalone)System.Xml.XmlWriter
WriteStartElement(string prefix, string localName, string ns)System.Xml.XmlWriter
WriteStateSystem.Xml.XmlWriter
WriteString(string text)System.Xml.XmlWriter
WriteSurrogateCharEntity(char lowChar, char highChar)System.Xml.XmlWriter
WriteValue(string value)System.Xml.XmlWriterinlinevirtual
WriteWhitespace(string ws)System.Xml.XmlWriter
XmlWriter()System.Xml.XmlWriterinlineprotected