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
AppDomainUnloadedException.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200012E")]
9 [global::System.Serializable]
10 public class AppDomainUnloadedException : global::System.SystemException
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000BCD")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C561C8", Offset = "0x1C561C8", Length = "0x58")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6000BCE")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1C56220", Offset = "0x1C56220", Length = "0x4")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
27 {
28 typeof(global::System.Runtime.Serialization.SerializationInfo),
29 typeof(global::System.Runtime.Serialization.StreamingContext)
30 }, ReturnType = typeof(void))]
31 protected AppDomainUnloadedException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
32 {
33 throw null;
34 }
35 }
36}
class f__AnonymousType0<< Count > j__TPar
AppDomainUnloadedException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)