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
UnityEventTools.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine.Events
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200015A")]
8 internal class UnityEventTools
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000677")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1F90574", Offset = "0x1F90574", Length = "0x21C")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ArgumentCache), Member = "OnBeforeSerialize", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ArgumentCache), Member = "OnAfterDeserialize", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PersistentCall), Member = "get_targetAssemblyTypeName", ReturnType = typeof(string))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PersistentCall), Member = "OnBeforeSerialize", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PersistentCall), Member = "OnAfterDeserialize", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Math), Member = "Min", MemberParameters = new object[]
22 {
23 typeof(int),
24 typeof(int)
25 }, ReturnType = typeof(int))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
27 {
28 typeof(int),
29 typeof(int)
30 }, ReturnType = typeof(string))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "EndsWith", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
33 {
34 typeof(string),
35 typeof(string)
36 }, ReturnType = typeof(string))]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
38 internal static string TidyAssemblyTypeName(string assemblyTypeName)
39 {
40 throw null;
41 }
42 }
43}
class f__AnonymousType0<< Count > j__TPar
static string TidyAssemblyTypeName(string assemblyTypeName)