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
RankException.cs
Go to the documentation of this file.
1using System;
6
7namespace System
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20000F1")]
10 [global::System.Serializable]
11 public class RankException : global::System.SystemException
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60008F1")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1C45A84", Offset = "0x1C45A84", Length = "0x58")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60008F2")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1C45ADC", Offset = "0x1C45ADC", Length = "0x20")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "BinarySearch", MemberParameters = new object[]
28 {
29 typeof(global::System.Array),
30 typeof(int),
31 typeof(int),
32 typeof(object),
33 typeof(global::System.Collections.IComparer)
34 }, ReturnType = typeof(int))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "IndexOf", MemberParameters = new object[]
36 {
37 typeof(global::System.Array),
38 typeof(object),
39 typeof(int),
40 typeof(int)
41 }, ReturnType = typeof(int))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "LastIndexOf", MemberParameters = new object[]
43 {
44 typeof(global::System.Array),
45 typeof(object),
46 typeof(int),
47 typeof(int)
48 }, ReturnType = typeof(int))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Reverse", MemberParameters = new object[]
50 {
51 typeof(global::System.Array),
52 typeof(int),
53 typeof(int)
54 }, ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Sort", MemberParameters = new object[]
56 {
57 typeof(global::System.Array),
58 typeof(global::System.Array),
59 typeof(int),
60 typeof(int),
61 typeof(global::System.Collections.IComparer)
62 }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__ICollection_Contains", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T" }, ReturnType = typeof(bool))]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "InternalArray__IndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T" }, ReturnType = typeof(int))]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
66 {
67 typeof(global::System.Array),
68 typeof(int),
69 typeof(global::System.Array),
70 typeof(int),
71 typeof(int)
72 }, ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
75 public RankException(string message)
76 {
77 throw null;
78 }
79
80 [global::Cpp2ILInjected.Token(Token = "0x60008F3")]
81 [global::Cpp2ILInjected.Address(RVA = "0x1C45AFC", Offset = "0x1C45AFC", Length = "0x4")]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[]
84 {
85 typeof(global::System.Runtime.Serialization.SerializationInfo),
86 typeof(global::System.Runtime.Serialization.StreamingContext)
87 }, ReturnType = typeof(void))]
88 protected RankException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
89 {
90 throw null;
91 }
92 }
93}
class f__AnonymousType0<< Count > j__TPar
RankException(string message)
RankException(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)