terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Reflector.cs
Go to the documentation of this file.
1using System;
4
5namespace InControl
6{
7 // Token: 0x0200006C RID: 108
8 public static class Reflector
9 {
10 // Token: 0x17000162 RID: 354
11 // (get) Token: 0x060004FF RID: 1279 RVA: 0x0000FC54 File Offset: 0x0000DE54
13 {
14 get
15 {
16 do
17 {
18 if (!true)
19 {
20 }
21 }
22 while (true);
23 if (!true)
24 {
25 }
27 }
28 }
29
30 // Token: 0x06000500 RID: 1280 RVA: 0x0000FC70 File Offset: 0x0000DE70
31 private static bool IgnoreAssemblyWithName(string assemblyName)
32 {
33 if (!true)
34 {
35 return;
36 }
37 }
38
39 // Token: 0x06000501 RID: 1281 RVA: 0x0000FC88 File Offset: 0x0000DE88
41 {
43 bool flag;
44 if (flag)
45 {
46 return;
47 }
48 }
49
50 // Token: 0x06000502 RID: 1282 RVA: 0x0000FCAC File Offset: 0x0000DEAC
51 // Note: this type is marked as 'beforefieldinit'.
52 static Reflector()
53 {
54 if (("Unity" == null || "Unity" != null) && ("UnityEngine" == null || "UnityEngine" != null) && ("UnityEditor" == null || "UnityEditor" != null) && ("mscorlib" == null || "mscorlib" != null) && ("Microsoft" == null || "Microsoft" != null) && ("System" == null || "System" != null) && ("Mono" == null || "Mono" != null) && ("JetBrains" == null || "JetBrains" != null) && ("nunit" == null || "nunit" != null) && ("ExCSS" == null || "ExCSS" != null) && ("ICSharpCode" == null || "ICSharpCode" != null) && ("AssetStoreTools" == null || "AssetStoreTools" != null))
55 {
56 return;
57 }
59 }
60
61 // Token: 0x040003F0 RID: 1008
62 private static readonly string[] ignoreAssemblies;
63
64 // Token: 0x040003F1 RID: 1009
66 }
67}
class f__AnonymousType0<< Count > j__TPar
static IEnumerable< Type > assemblyTypes
Definition Reflector.cs:65
static IEnumerable< Type > AllAssemblyTypes
Definition Reflector.cs:13
static IEnumerable< Type > GetAllAssemblyTypes()
Definition Reflector.cs:40
static readonly string[] ignoreAssemblies
Definition Reflector.cs:62
static bool IgnoreAssemblyWithName(string assemblyName)
Definition Reflector.cs:31
Assembly[] GetAssemblies(bool refOnly)
Definition AppDomain.cs:57
static AppDomain CurrentDomain
Definition AppDomain.cs:49