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
ArraySpec.cs
Go to the documentation of this file.
1using System;
2using System.Text;
5
6namespace System
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200019C")]
9 internal class ArraySpec : global::System.ModifierSpec
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000FCE")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1C89828", Offset = "0x1C89828", Length = "0x30")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 internal ArraySpec(int dimensions, bool bound)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6000FCF")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1C89858", Offset = "0x1C89858", Length = "0x44")]
22 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
25 public global::System.Type Resolve(global::System.Type type)
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x6000FD0")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1C8989C", Offset = "0x1C8989C", Length = "0x90")]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ArraySpec), Member = "ToString", ReturnType = typeof(string))]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Text.StringBuilder))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[]
37 {
38 typeof(char),
39 typeof(int)
40 }, ReturnType = typeof(global::System.Text.StringBuilder))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
42 public global::System.Text.StringBuilder Append(global::System.Text.StringBuilder sb)
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6000FD1")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1C8992C", Offset = "0x1C8992C", Length = "0x68")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = ".ctor", ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArraySpec), Member = "Append", MemberParameters = new object[] { typeof(global::System.Text.StringBuilder) }, ReturnType = typeof(global::System.Text.StringBuilder))]
52 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
53 public override string ToString()
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x4000882")]
59 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
60 private int dimensions;
61
62 [global::Cpp2ILInjected.Token(Token = "0x4000883")]
63 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
64 private bool bound;
65 }
66}
class f__AnonymousType0<< Count > j__TPar
global::System.Text.StringBuilder Append(global::System.Text.StringBuilder sb)
Definition ArraySpec.cs:42
ArraySpec(int dimensions, bool bound)
Definition ArraySpec.cs:15
override string ToString()
Definition ArraySpec.cs:53
global::System.Type Resolve(global::System.Type type)
Definition ArraySpec.cs:25