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
ArgumentListResult.cs
Go to the documentation of this file.
1using System;
4using System.Linq;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200050D")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x17000625")]
14 public int Count
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x600313C")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1303ACC", Offset = "0x1303ACC", Length = "0x40")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
20 get
21 {
22 throw null;
23 }
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x17000626")]
27 public string this[int index]
28 {
29 [global::Cpp2ILInjected.Token(Token = "0x600313D")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1303B0C", Offset = "0x1303B0C", Length = "0x58")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
34 get
35 {
36 throw null;
37 }
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x600313E")]
41 [global::Cpp2ILInjected.Address(RVA = "0x13039DC", Offset = "0x13039DC", Length = "0x70")]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ArgumentHelper), Member = "ParseList", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(ArgumentListResult))]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "ToList", MemberTypeParameters = new object[] { typeof(object) }, MemberParameters = new object[] { typeof(IEnumerable<object>) }, ReturnType = "System.Collections.Generic.List`1<TSource>")]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x600313F")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1303B64", Offset = "0x1303B64", Length = "0x88")]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ArgumentListResult), Member = ".cctor", ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
59 private ArgumentListResult(bool isValid)
60 {
61 throw null;
62 }
63
64 [global::Cpp2ILInjected.Token(Token = "0x6003140")]
65 [global::Cpp2ILInjected.Address(RVA = "0x1303BEC", Offset = "0x1303BEC", Length = "0x90")]
66 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
67 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ArgumentListResult), Member = "System.Collections.IEnumerable.GetEnumerator", ReturnType = typeof(IEnumerator))]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
70 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x6003141")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1303C7C", Offset = "0x1303C7C", Length = "0x4")]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentListResult), Member = "GetEnumerator", ReturnType = typeof(IEnumerator<string>))]
81 {
82 throw null;
83 }
84
85 // Note: this type is marked as 'beforefieldinit'.
86 [global::Cpp2ILInjected.Token(Token = "0x6003142")]
87 [global::Cpp2ILInjected.Address(RVA = "0x1303C80", Offset = "0x1303C80", Length = "0x7C")]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentListResult), Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
90 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
92 {
93 throw null;
94 }
95
96 [global::Cpp2ILInjected.Token(Token = "0x4003B00")]
98
99 [global::Cpp2ILInjected.Token(Token = "0x4003B01")]
101
102 [global::Cpp2ILInjected.Token(Token = "0x4003B02")]
103 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
104 public readonly bool IsValid;
105
106 [global::Cpp2ILInjected.Token(Token = "0x4003B03")]
107 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
109 }
110}
class f__AnonymousType0<< Count > j__TPar