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
TypeAccessException.cs
Go to the documentation of this file.
1using System;
6
7namespace System
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000111")]
10 [global::System.Serializable]
11 public class TypeAccessException : global::System.TypeLoadException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6000A9E")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1C50354", Offset = "0x1C50354", Length = "0x5C")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.MissingMetadataException), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TypeLoadException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x6000A9F")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1C503B0", Offset = "0x1C503B0", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TypeLoadException), Member = ".ctor", MemberParameters = new object[]
29 {
30 typeof(global::System.Runtime.Serialization.SerializationInfo),
31 typeof(global::System.Runtime.Serialization.StreamingContext)
32 }, ReturnType = typeof(void))]
33 protected TypeAccessException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
34 {
35 throw null;
36 }
37 }
38}
class f__AnonymousType0<< Count > j__TPar
TypeAccessException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)