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.Runtime.Remoting.ConfigHandler Class Reference
+ Inheritance diagram for System.Runtime.Remoting.ConfigHandler:
+ Collaboration diagram for System.Runtime.Remoting.ConfigHandler:

Public Member Functions

 ConfigHandler (bool onlyDelayedChannels)
 
void OnStartParsing (Mono.Xml.SmallXmlParser parser)
 
void OnProcessingInstruction (string name, string text)
 
void OnIgnorableWhitespace (string s)
 
void OnStartElement (string name, Mono.Xml.SmallXmlParser.IAttrList attrs)
 
void ParseElement (string name, Mono.Xml.SmallXmlParser.IAttrList attrs)
 
void OnEndElement (string name)
 
void OnChars (string ch)
 
void OnEndParsing (Mono.Xml.SmallXmlParser parser)
 

Private Member Functions

void ValidatePath (string element, params string[] paths)
 
bool CheckPath (string path)
 
void ReadCustomProviderData (string name, Mono.Xml.SmallXmlParser.IAttrList attrs)
 
void ReadLifetine (Mono.Xml.SmallXmlParser.IAttrList attrs)
 
global::System.TimeSpan ParseTime (string s)
 
void ReadChannel (Mono.Xml.SmallXmlParser.IAttrList attrs, bool isTemplate)
 
ProviderData ReadProvider (string name, Mono.Xml.SmallXmlParser.IAttrList attrs, bool isTemplate)
 
void ReadClientActivated (Mono.Xml.SmallXmlParser.IAttrList attrs)
 
void ReadServiceActivated (Mono.Xml.SmallXmlParser.IAttrList attrs)
 
void ReadClientWellKnown (Mono.Xml.SmallXmlParser.IAttrList attrs)
 
void ReadServiceWellKnown (Mono.Xml.SmallXmlParser.IAttrList attrs)
 
void ReadInteropXml (Mono.Xml.SmallXmlParser.IAttrList attrs, bool isElement)
 
void ReadPreload (Mono.Xml.SmallXmlParser.IAttrList attrs)
 
string GetNotNull (Mono.Xml.SmallXmlParser.IAttrList attrs, string name)
 
string ExtractAssembly (ref string type)
 

Private Attributes

global::System.Collections.ArrayList typeEntries
 
global::System.Collections.ArrayList channelInstances
 
ChannelData currentChannel
 
global::System.Collections.Stack currentProviderData
 
string currentClientUrl
 
string appName
 
string currentXmlPath
 
bool onlyDelayedChannels
 

Detailed Description

Definition at line 15 of file ConfigHandler.cs.


The documentation for this class was generated from the following file: