|
terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Inheritance diagram for System.Runtime.Remoting.ConfigHandler:Public Member Functions | |
| ConfigHandler (bool onlyDelayedChannels) | |
| void | OnStartParsing (SmallXmlParser parser) |
| void | OnProcessingInstruction (string name, string text) |
| void | OnIgnorableWhitespace (string s) |
| void | OnStartElement (string name, SmallXmlParser.IAttrList attrs) |
| void | ParseElement (string name, SmallXmlParser.IAttrList attrs) |
| void | OnEndElement (string name) |
| void | OnChars (string ch) |
| void | OnEndParsing (SmallXmlParser parser) |
Private Member Functions | |
| void | ValidatePath (string element, params string[] paths) |
| bool | CheckPath (string path) |
| void | ReadCustomProviderData (string name, SmallXmlParser.IAttrList attrs) |
| void | ReadLifetine (SmallXmlParser.IAttrList attrs) |
| TimeSpan | ParseTime (string s) |
| void | ReadChannel (SmallXmlParser.IAttrList attrs, bool isTemplate) |
| ProviderData | ReadProvider (string name, SmallXmlParser.IAttrList attrs, bool isTemplate) |
| void | ReadClientActivated (SmallXmlParser.IAttrList attrs) |
| void | ReadServiceActivated (SmallXmlParser.IAttrList attrs) |
| void | ReadClientWellKnown (SmallXmlParser.IAttrList attrs) |
| void | ReadServiceWellKnown (SmallXmlParser.IAttrList attrs) |
| void | ReadInteropXml (SmallXmlParser.IAttrList attrs, bool isElement) |
| void | ReadPreload (SmallXmlParser.IAttrList attrs) |
| string | GetNotNull (SmallXmlParser.IAttrList attrs, string name) |
| string | ExtractAssembly (string type) |
Private Attributes | |
| ArrayList | typeEntries |
| ArrayList | channelInstances |
| ChannelData | currentChannel |
| Stack | currentProviderData |
| string | currentClientUrl |
| string | appName |
| string | currentXmlPath = "" |
| bool | onlyDelayedChannels |
Definition at line 9 of file ConfigHandler.cs.