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
|
Classes | |
class | TypeInfo |
Static Public Member Functions | |
static string | CodeXmlNamespaceForClrTypeNamespace (string typeNamespace, string assemblyName) |
static bool | GetXmlElementForInteropType (global::System.Type type, out string xmlElement, out string xmlNamespace) |
static string | GetXmlNamespaceForMethodCall (global::System.Reflection.MethodBase mb) |
static string | GetXmlNamespaceForMethodResponse (global::System.Reflection.MethodBase mb) |
static bool | GetXmlTypeForInteropType (global::System.Type type, out string xmlType, out string xmlTypeNamespace) |
static void | PreLoad (global::System.Reflection.Assembly assembly) |
static void | PreLoad (global::System.Type type) |
static void | RegisterInteropXmlElement (string xmlElement, string xmlNamespace, global::System.Type type) |
static void | RegisterInteropXmlType (string xmlType, string xmlTypeNamespace, global::System.Type type) |
Properties | |
static string | XmlNsForClrTypeWithAssembly [get, set] |
static string | XmlNsForClrTypeWithNs [get, set] |
static string | XmlNsForClrTypeWithNsAndAssembly [get, set] |
Static Private Member Functions | |
static string | GetNameKey (string name, string namspace) |
static string | GetAssemblyName (global::System.Reflection.MethodBase mb) |
static string | EncodeNs (string ns) |
static | SoapServices () |
Static Private Attributes | |
static global::System.Collections.Hashtable | _xmlTypes |
static global::System.Collections.Hashtable | _xmlElements |
static global::System.Collections.Hashtable | _soapActions |
static global::System.Collections.Hashtable | _soapActionsMethods |
static global::System.Collections.Hashtable | _typeInfos |
Definition at line 15 of file SoapServices.cs.