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 Types | |
enum | AutoDetectValues { False , True , Unspecified = -1 } |
enum | BypassOnLocalValues { False , True , Unspecified = -1 } |
enum | UseSystemDefaultValues { False , True , Unspecified = -1 } |
Public Member Functions | |
ProxyElement () | |
Protected Member Functions | |
virtual void | PostDeserialize () |
Package Functions | |
virtual void | DeserializeElement (XmlReader reader, bool serializeCollectionKey) |
virtual void | InitializeDefault () |
virtual bool | IsModified () |
virtual void | Reset (ConfigurationElement parentElement) |
virtual void | ResetModified () |
virtual bool | SerializeToXmlElement (XmlWriter writer, string elementName) |
virtual void | Unmerge (ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode) |
Properties | |
ProxyElement.AutoDetectValues | AutoDetect [get, set] |
ProxyElement.BypassOnLocalValues | BypassOnLocal [get, set] |
override ConfigurationPropertyCollection | Properties [get, set] |
Uri | ProxyAddress [get, set] |
Uri | ScriptLocation [get, set] |
ProxyElement.UseSystemDefaultValues | UseSystemDefault [get, set] |
Definition at line 9 of file ProxyElement.cs.