terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | TypeInfo |
Static Public Member Functions | |
static string | CodeXmlNamespaceForClrTypeNamespace (string typeNamespace, string assemblyName) |
static bool | GetXmlElementForInteropType (Type type, [Out] string xmlElement, [Out] string xmlNamespace) |
static string | GetXmlNamespaceForMethodCall (MethodBase mb) |
static string | GetXmlNamespaceForMethodResponse (MethodBase mb) |
static bool | GetXmlTypeForInteropType (Type type, [Out] string xmlType, [Out] string xmlTypeNamespace) |
static void | PreLoad (Assembly assembly) |
static void | PreLoad (Type type) |
static void | RegisterInteropXmlElement (string xmlElement, string xmlNamespace, Type type) |
static void | RegisterInteropXmlType (string xmlType, string xmlTypeNamespace, Type type) |
Properties | |
static string | XmlNsForClrTypeWithAssembly [get] |
static string | XmlNsForClrTypeWithNs [get] |
static string | XmlNsForClrTypeWithNsAndAssembly [get] |
Static Private Member Functions | |
static string | GetNameKey (string name, string namspace) |
static string | GetAssemblyName (MethodBase mb) |
static string | EncodeNs (string ns) |
static | SoapServices () |
Static Private Attributes | |
static Hashtable | _xmlTypes |
static Hashtable | _xmlElements |
static Hashtable | _soapActions |
static Hashtable | _soapActionsMethods |
static Hashtable | _typeInfos |
Definition at line 12 of file SoapServices.cs.