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
WebExceptionMapping.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20001CB")]
8 internal static class WebExceptionMapping
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000AF6")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1F11978", Offset = "0x1F11978", Length = "0x164")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetRes), Member = "GetWebStatusString", MemberParameters = new object[]
14 {
15 typeof(string),
17 }, ReturnType = typeof(string))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetRes), Member = "GetWebStatusString", MemberParameters = new object[] { typeof(WebExceptionStatus) }, ReturnType = typeof(string))]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enum), Member = "ToString", ReturnType = typeof(string))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
22 {
23 typeof(string),
24 typeof(string)
25 }, ReturnType = typeof(string))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InternalException), Member = ".ctor", ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
28 internal static string GetWebStatusString(WebExceptionStatus status)
29 {
30 throw null;
31 }
32
33 // Note: this type is marked as 'beforefieldinit'.
34 [global::Cpp2ILInjected.Token(Token = "0x6000AF7")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1F11ADC", Offset = "0x1F11ADC", Length = "0x68")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x40009B3")]
44 private static readonly string[] s_Mapping;
45 }
46}
class f__AnonymousType0<< Count > j__TPar
static readonly string[] s_Mapping
static string GetWebStatusString(WebExceptionStatus status)