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
UnhandledExceptionHandler.cs
Go to the documentation of this file.
1using System;
7
8namespace UnityEngine
9{
10 [NativeHeader("PlatformDependent/iPhonePlayer/IOSScriptBindings.h")]
11 [global::Cpp2ILInjected.Token(Token = "0x20000B9")]
12 internal sealed class UnhandledExceptionHandler
13 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000343")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1F7D72C", Offset = "0x1F7D72C", Length = "0xEC")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AppDomain), Member = "get_CurrentDomain", ReturnType = typeof(AppDomain))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnhandledExceptionEventHandler), Member = ".ctor", MemberParameters = new object[]
20 {
21 typeof(object),
23 }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AppDomain), Member = "add_UnhandledException", MemberParameters = new object[] { typeof(UnhandledExceptionEventHandler) }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
26 private static void RegisterUECatcher()
27 {
28 throw null;
29 }
30
32 [global::Cpp2ILInjected.Token(Token = "0x20000BA")]
33 [Serializable]
34 private sealed class <>c
35 {
36 // Note: this type is marked as 'beforefieldinit'.
37 [global::Cpp2ILInjected.Token(Token = "0x6000344")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1F7D818", Offset = "0x1F7D818", Length = "0x5C")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
42 static <>c()
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6000345")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1F7D874", Offset = "0x1F7D874", Length = "0x8")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
51 public <>c()
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x6000346")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1F7D87C", Offset = "0x1F7D87C", Length = "0xA8")]
58 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Debug), Member = "LogException", MemberParameters = new object[] { typeof(Exception) }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
63 {
64 throw null;
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x4000370")]
69
70 [global::Cpp2ILInjected.Token(Token = "0x4000371")]
72 }
73 }
74}
class f__AnonymousType0<< Count > j__TPar
delegate void UnhandledExceptionEventHandler(object sender, global::System.UnhandledExceptionEventArgs e)