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
Evidence.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::System.MonoTODO("Serialization format not compatible with .NET")]
10 [global::System.Runtime.InteropServices.ComVisible(true)]
11 [global::Cpp2ILInjected.Token(Token = "0x20002A7")]
12 [global::System.Serializable]
13 public sealed class Evidence : global::System.Collections.ICollection, global::System.Collections.IEnumerable
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6001744")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1AF0870", Offset = "0x1AF0870", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 public Evidence()
20 {
21 throw null;
22 }
23
24 [global::System.Obsolete]
25 [global::Cpp2ILInjected.Token(Token = "0x1700025A")]
26 public int Count
27 {
28 [global::Cpp2ILInjected.Token(Token = "0x6001745")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1AF0878", Offset = "0x1AF0878", Length = "0x5C")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 get
33 {
34 throw null;
35 }
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x1700025B")]
39 public bool IsSynchronized
40 {
41 [global::Cpp2ILInjected.Token(Token = "0x6001746")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1AF08D4", Offset = "0x1AF08D4", Length = "0x8")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 get
45 {
46 throw null;
47 }
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x1700025C")]
51 public object SyncRoot
52 {
53 [global::Cpp2ILInjected.Token(Token = "0x6001747")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1AF08DC", Offset = "0x1AF08DC", Length = "0x4")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 get
57 {
58 throw null;
59 }
60 }
61
62 [global::System.Obsolete]
63 [global::Cpp2ILInjected.Token(Token = "0x6001748")]
64 [global::Cpp2ILInjected.Address(RVA = "0x1AF08E0", Offset = "0x1AF08E0", Length = "0xB8")]
65 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
68 public void CopyTo(global::System.Array array, int index)
69 {
70 throw null;
71 }
72
73 [global::System.Obsolete]
74 [global::Cpp2ILInjected.Token(Token = "0x6001749")]
75 [global::Cpp2ILInjected.Address(RVA = "0x1AF0998", Offset = "0x1AF0998", Length = "0xA8")]
76 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
80 public global::System.Collections.IEnumerator GetEnumerator()
81 {
82 throw null;
83 }
84
85 [global::Cpp2ILInjected.Token(Token = "0x4000BE0")]
86 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
87 private bool _locked;
88
89 [global::Cpp2ILInjected.Token(Token = "0x4000BE1")]
90 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
91 private global::System.Collections.ArrayList hostEvidenceList;
92
93 [global::Cpp2ILInjected.Token(Token = "0x4000BE2")]
94 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
95 private global::System.Collections.ArrayList assemblyEvidenceList;
96
97 [global::Cpp2ILInjected.Token(Token = "0x20002A8")]
98 private class EvidenceEnumerator : global::System.Collections.IEnumerator
99 {
100 [global::Cpp2ILInjected.Token(Token = "0x600174A")]
101 [global::Cpp2ILInjected.Address(RVA = "0x1AF0A40", Offset = "0x1AF0A40", Length = "0x30")]
102 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
104 public EvidenceEnumerator(global::System.Collections.IEnumerator hostenum, global::System.Collections.IEnumerator assemblyenum)
105 {
106 throw null;
107 }
108
109 [global::Cpp2ILInjected.Token(Token = "0x600174B")]
110 [global::Cpp2ILInjected.Address(RVA = "0x1AF0A70", Offset = "0x1AF0A70", Length = "0x128")]
111 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
113 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
114 public bool MoveNext()
115 {
116 throw null;
117 }
118
119 [global::Cpp2ILInjected.Token(Token = "0x600174C")]
120 [global::Cpp2ILInjected.Address(RVA = "0x1AF0B98", Offset = "0x1AF0B98", Length = "0x120")]
121 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
122 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
123 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
124 public void Reset()
125 {
126 throw null;
127 }
128
129 [global::Cpp2ILInjected.Token(Token = "0x1700025D")]
130 public object Current
131 {
132 [global::Cpp2ILInjected.Token(Token = "0x600174D")]
133 [global::Cpp2ILInjected.Address(RVA = "0x1AF0CB8", Offset = "0x1AF0CB8", Length = "0x9C")]
134 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
135 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
136 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
137 get
138 {
139 throw null;
140 }
141 }
142
143 [global::Cpp2ILInjected.Token(Token = "0x4000BE3")]
144 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
145 private global::System.Collections.IEnumerator currentEnum;
146
147 [global::Cpp2ILInjected.Token(Token = "0x4000BE4")]
148 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
149 private global::System.Collections.IEnumerator hostEnum;
150
151 [global::Cpp2ILInjected.Token(Token = "0x4000BE5")]
152 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
153 private global::System.Collections.IEnumerator assemblyEnum;
154 }
155 }
156}
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.IEnumerator assemblyEnum
Definition Evidence.cs:153
EvidenceEnumerator(global::System.Collections.IEnumerator hostenum, global::System.Collections.IEnumerator assemblyenum)
Definition Evidence.cs:104
global::System.Collections.IEnumerator hostEnum
Definition Evidence.cs:149
global::System.Collections.IEnumerator currentEnum
Definition Evidence.cs:145
global::System.Collections.ArrayList assemblyEvidenceList
Definition Evidence.cs:95
global::System.Collections.ArrayList hostEvidenceList
Definition Evidence.cs:91
global::System.Collections.IEnumerator GetEnumerator()
Definition Evidence.cs:80
void CopyTo(global::System.Array array, int index)
Definition Evidence.cs:68