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

◆ Name

string System.Threading.Thread.Name
getset

Definition at line 1066 of file Thread.cs.

1067 {
1068 [global::Cpp2ILInjected.Token(Token = "0x6001219")]
1069 [global::Cpp2ILInjected.Address(RVA = "0x1C9DF64", Offset = "0x1C9DF64", Length = "0x24")]
1070 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.CrashWatcher.<>c", Member = "<Inititialize>b__18_0", MemberParameters = new object[]
1071 {
1072 typeof(object),
1073 typeof(global::System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs)
1074 }, ReturnType = typeof(void))]
1075 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.CrashWatcher.<>c", Member = "<Inititialize>b__18_1", MemberParameters = new object[]
1076 {
1077 typeof(object),
1078 typeof(global::System.UnhandledExceptionEventArgs)
1079 }, ReturnType = typeof(void))]
1080 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1081 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1082 get
1083 {
1084 throw null;
1085 }
1086 [global::Cpp2ILInjected.Token(Token = "0x600121A")]
1087 [global::Cpp2ILInjected.Address(RVA = "0x1C9DF88", Offset = "0x1C9DF88", Length = "0x34")]
1088 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Main", Member = "startDedInput", ReturnType = typeof(void))]
1089 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Program", Member = "LaunchGame", MemberParameters = new object[]
1090 {
1091 "System.String[]",
1092 typeof(bool)
1093 }, ReturnType = typeof(void))]
1094 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Net.Sockets.TcpSocket", Member = "Terraria.Net.Sockets.ISocket.StartListening", MemberParameters = new object[] { "Terraria.Net.Sockets.SocketConnectionAccepted" }, ReturnType = typeof(bool))]
1095 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.Threading.AsyncActionDispatcher", Member = "Start", ReturnType = typeof(void))]
1096 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "ReLogic.OS.Windows.STATaskInvoker", Member = ".ctor", ReturnType = typeof(void))]
1097 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Threading.Timer.Scheduler", Member = "SchedulerThread", ReturnType = typeof(void))]
1098 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
1099 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Thread), Member = "SetName_internal", MemberParameters = new object[]
1100 {
1101 typeof(InternalThread),
1102 typeof(string)
1103 }, ReturnType = typeof(void))]
1104 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1105 set
1106 {
1107 throw null;
1108 }
1109 }
class f__AnonymousType0<< Count > j__TPar
Thread(ThreadStart start)
Definition Thread.cs:76