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
Reflector.cs
Go to the documentation of this file.
1using System;
6
7namespace InControl
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200006C")]
10 public static class Reflector
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000162")]
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x60004FF")]
16 [global::Cpp2ILInjected.Address(RVA = "0x19B6F94", Offset = "0x19B6F94", Length = "0x80")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Reflector), Member = "GetAllAssemblyTypes", ReturnType = typeof(IEnumerable<Type>))]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
20 get
21 {
22 throw null;
23 }
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000500")]
27 [global::Cpp2ILInjected.Address(RVA = "0x19B71D4", Offset = "0x19B71D4", Length = "0xA8")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Reflector), Member = "GetAllAssemblyTypes", ReturnType = typeof(IEnumerable<Type>))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "StartsWith", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 private static bool IgnoreAssemblyWithName(string assemblyName)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x6000501")]
39 [global::Cpp2ILInjected.Address(RVA = "0x19B7014", Offset = "0x19B7014", Length = "0x1C0")]
40 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Reflector), Member = "get_AllAssemblyTypes", ReturnType = typeof(IEnumerable<Type>))]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AppDomain), Member = "get_CurrentDomain", ReturnType = typeof(AppDomain))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AppDomain), Member = "GetAssemblies", ReturnType = typeof(Assembly[]))]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Reflector), Member = "IgnoreAssemblyWithName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "AddRange", MemberParameters = new object[] { typeof(IEnumerable<object>) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
50 {
51 throw null;
52 }
53
54 // Note: this type is marked as 'beforefieldinit'.
55 [global::Cpp2ILInjected.Token(Token = "0x6000502")]
56 [global::Cpp2ILInjected.Address(RVA = "0x19B727C", Offset = "0x19B727C", Length = "0x2EC")]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 29)]
59 static Reflector()
60 {
61 throw null;
62 }
63
64 [global::Cpp2ILInjected.Token(Token = "0x40003F0")]
65 private static readonly string[] ignoreAssemblies;
66
67 [global::Cpp2ILInjected.Token(Token = "0x40003F1")]
69 }
70}
class f__AnonymousType0<< Count > j__TPar
static IEnumerable< Type > assemblyTypes
Definition Reflector.cs:68
static IEnumerable< Type > AllAssemblyTypes
Definition Reflector.cs:14
static IEnumerable< Type > GetAllAssemblyTypes()
Definition Reflector.cs:49
static readonly string[] ignoreAssemblies
Definition Reflector.cs:65
static bool IgnoreAssemblyWithName(string assemblyName)
Definition Reflector.cs:33