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
TargetParameterCountException.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Reflection
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20004F4")]
10 [global::System.Serializable]
11 public sealed class TargetParameterCountException : global::System.ApplicationException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60024D5")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B86988", Offset = "0x1B86988", Length = "0x5C")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeMethodInfo), Member = "ConvertValues", MemberParameters = new object[]
17 {
19 typeof(object[]),
21 typeof(global::System.Globalization.CultureInfo),
23 }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x60024D6")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1B869E4", Offset = "0x1B869E4", Length = "0x24")]
34 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Delegate), Member = "CreateDelegate", MemberParameters = new object[]
36 {
37 typeof(global::System.Type),
38 typeof(object),
40 typeof(bool),
41 typeof(bool)
42 }, ReturnType = typeof(global::System.Delegate))]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
45 public TargetParameterCountException(string message)
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x60024D7")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1B86A08", Offset = "0x1B86A08", Length = "0x8")]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ApplicationException), Member = ".ctor", MemberParameters = new object[]
54 {
55 typeof(global::System.Runtime.Serialization.SerializationInfo),
56 typeof(global::System.Runtime.Serialization.StreamingContext)
57 }, ReturnType = typeof(void))]
58 internal TargetParameterCountException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
59 {
60 throw null;
61 }
62 }
63}
class f__AnonymousType0<< Count > j__TPar
TargetParameterCountException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)