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
ManagedThread.cs
Go to the documentation of this file.
1using System;
5using UnityEngine;
6
7[global::Cpp2ILInjected.Token(Token = "0x2000065")]
8public class ManagedThread
9{
10 [global::Cpp2ILInjected.Token(Token = "0x6000216")]
11 [global::Cpp2ILInjected.Address(RVA = "0x70B3DC", Offset = "0x70B3DC", Length = "0xC8")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ThreadManager), Member = "Run", MemberParameters = new object[]
13 {
14 typeof(ParameterizedThreadStart),
15 typeof(object)
16 }, ReturnType = typeof(ManagedThread))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ThreadManager), Member = "RunForUser", MemberParameters = new object[]
18 {
19 typeof(ParameterizedThreadStart),
20 typeof(object),
22 }, ReturnType = typeof(ManagedThread))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ThreadManager), Member = "RunForUserCritical", MemberParameters = new object[]
24 {
25 typeof(ParameterizedThreadStart),
26 typeof(object),
28 }, ReturnType = typeof(ManagedThread))]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ThreadStart), Member = ".ctor", MemberParameters = new object[]
32 {
33 typeof(object),
35 }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Thread), Member = ".ctor", MemberParameters = new object[] { typeof(ThreadStart) }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
38 public ManagedThread(ParameterizedThreadStart callBack, object state)
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x6000217")]
44 [global::Cpp2ILInjected.Address(RVA = "0x70B4A4", Offset = "0x70B4A4", Length = "0xC4")]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ThreadManager), Member = "Run", MemberParameters = new object[] { typeof(ThreadStart) }, ReturnType = typeof(ManagedThread))]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ThreadManager), Member = "RunForUser", MemberParameters = new object[]
47 {
48 typeof(ThreadStart),
50 }, ReturnType = typeof(ManagedThread))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ThreadManager), Member = "RunCritical", MemberParameters = new object[] { typeof(ThreadStart) }, ReturnType = typeof(ManagedThread))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ThreadStart), Member = ".ctor", MemberParameters = new object[]
55 {
56 typeof(object),
58 }, ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Thread), Member = ".ctor", MemberParameters = new object[] { typeof(ThreadStart) }, ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
61 public ManagedThread(ThreadStart callBack)
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x6000218")]
67 [global::Cpp2ILInjected.Address(RVA = "0x70B568", Offset = "0x70B568", Length = "0x34")]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ThreadManager), Member = "Run", MemberParameters = new object[]
69 {
70 typeof(ParameterizedThreadStart),
71 typeof(object)
72 }, ReturnType = typeof(ManagedThread))]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ThreadManager), Member = "Run", MemberParameters = new object[] { typeof(ThreadStart) }, ReturnType = typeof(ManagedThread))]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ThreadManager), Member = "RunForUser", MemberParameters = new object[]
75 {
76 typeof(ParameterizedThreadStart),
77 typeof(object),
79 }, ReturnType = typeof(ManagedThread))]
80 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ThreadManager), Member = "RunForUser", MemberParameters = new object[]
81 {
82 typeof(ThreadStart),
84 }, ReturnType = typeof(ManagedThread))]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Thread), Member = "set_IsBackground", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Thread), Member = "Start", ReturnType = typeof(void))]
88 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
89 public void Run()
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x6000219")]
95 [global::Cpp2ILInjected.Address(RVA = "0x70B59C", Offset = "0x70B59C", Length = "0x34")]
96 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ThreadManager), Member = "RunForUserCritical", MemberParameters = new object[]
97 {
98 typeof(ParameterizedThreadStart),
99 typeof(object),
101 }, ReturnType = typeof(ManagedThread))]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ThreadManager), Member = "RunCritical", MemberParameters = new object[] { typeof(ThreadStart) }, ReturnType = typeof(ManagedThread))]
103 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Thread), Member = "set_Priority", MemberParameters = new object[] { typeof(ThreadPriority) }, ReturnType = typeof(void))]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Thread), Member = "Start", ReturnType = typeof(void))]
106 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
107 public void RunCritical()
108 {
109 throw null;
110 }
111
112 [global::Cpp2ILInjected.Token(Token = "0x600021A")]
113 [global::Cpp2ILInjected.Address(RVA = "0x70B5D0", Offset = "0x70B5D0", Length = "0x108")]
114 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
115 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
116 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Debug), Member = "LogWarning", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
117 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
118 private void ThreadExecute()
119 {
120 throw null;
121 }
122
123 [global::Cpp2ILInjected.Token(Token = "0x40001FA")]
124 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
125 private ParameterizedThreadStart ParameterizedThreadStartCallBack;
126
127 [global::Cpp2ILInjected.Token(Token = "0x40001FB")]
128 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
130
131 [global::Cpp2ILInjected.Token(Token = "0x40001FC")]
132 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
133 private ThreadStart ThreadStartCallBack;
134
135 [global::Cpp2ILInjected.Token(Token = "0x40001FD")]
136 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
138
139 [global::Cpp2ILInjected.Token(Token = "0x40001FE")]
140 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
142
143 [global::Cpp2ILInjected.Token(Token = "0x40001FF")]
144 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
145 public bool IsAlive;
146}
class f__AnonymousType0<< Count > j__TPar
ThreadStart ThreadStartCallBack
ManagedThread(ThreadStart callBack)
object ParameterizedThreadStartCallbackState
ParameterizedThreadStart ParameterizedThreadStartCallBack
ManagedThread(ParameterizedThreadStart callBack, object state)