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
|
Public Member Functions | |
XProcessingInstruction (string target, string data) | |
XProcessingInstruction (XProcessingInstruction other) | |
override void | WriteTo (XmlWriter writer) |
void | Remove () |
override string | ToString () |
T | Annotation< T > () |
Package Functions | |
override XNode | CloneNode () |
virtual void | AppendText (StringBuilder sb) |
bool | NotifyChanged (object sender, XObjectChangeEventArgs e) |
bool | NotifyChanging (object sender, XObjectChangeEventArgs e) |
bool | SkipNotify () |
SaveOptions | GetSaveOptionsFromAnnotations () |
Package Attributes | |
string | target |
string | data |
XNode | next |
XContainer | parent |
object | annotations |
Properties | |
string | Data [get, set] |
override XmlNodeType | NodeType [get, set] |
string | Target [get, set] |
XElement | Parent [get, set] |
Private Member Functions | |
string | GetXmlString (SaveOptions o) |
object | AnnotationForSealedType (Type type) |
Static Private Member Functions | |
static void | ValidateName (string name) |
Definition at line 8 of file XProcessingInstruction.cs.