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
TypeExtensions.cs
Go to the documentation of this file.
1using System;
6
8{
9 // Token: 0x02000076 RID: 118
10 [Preserve]
11 internal static class TypeExtensions
12 {
13 // Token: 0x06000438 RID: 1080 RVA: 0x0000B858 File Offset: 0x00009A58
14 public static MethodInfo Method(this Delegate d)
15 {
17 return methodInfo;
18 }
19
20 // Token: 0x06000439 RID: 1081 RVA: 0x0000212A File Offset: 0x0000032A
22 {
23 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
24 }
25
26 // Token: 0x0600043A RID: 1082 RVA: 0x0000212A File Offset: 0x0000032A
27 public static bool ContainsGenericParameters(this Type type)
28 {
29 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
30 }
31
32 // Token: 0x0600043B RID: 1083 RVA: 0x0000B868 File Offset: 0x00009A68
33 public static bool IsInterface(this Type type)
34 {
35 bool flag;
36 return flag;
37 }
38
39 // Token: 0x0600043C RID: 1084 RVA: 0x0000212A File Offset: 0x0000032A
40 public static bool IsGenericType(this Type type)
41 {
42 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
43 }
44
45 // Token: 0x0600043D RID: 1085 RVA: 0x0000212A File Offset: 0x0000032A
46 public static bool IsGenericTypeDefinition(this Type type)
47 {
48 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
49 }
50
51 // Token: 0x0600043E RID: 1086 RVA: 0x0000212A File Offset: 0x0000032A
52 public static Type BaseType(this Type type)
53 {
54 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
55 }
56
57 // Token: 0x0600043F RID: 1087 RVA: 0x0000212A File Offset: 0x0000032A
58 public static Assembly Assembly(this Type type)
59 {
60 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
61 }
62
63 // Token: 0x06000440 RID: 1088 RVA: 0x0000212A File Offset: 0x0000032A
64 public static bool IsEnum(this Type type)
65 {
66 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
67 }
68
69 // Token: 0x06000441 RID: 1089 RVA: 0x0000B878 File Offset: 0x00009A78
70 public static bool IsClass(this Type type)
71 {
72 bool flag;
73 return flag;
74 }
75
76 // Token: 0x06000442 RID: 1090 RVA: 0x0000B888 File Offset: 0x00009A88
77 public static bool IsSealed(this Type type)
78 {
79 bool flag;
80 return flag;
81 }
82
83 // Token: 0x06000443 RID: 1091 RVA: 0x0000B898 File Offset: 0x00009A98
84 public static bool IsAbstract(this Type type)
85 {
86 bool flag;
87 return flag;
88 }
89
90 // Token: 0x06000444 RID: 1092 RVA: 0x0000B8A8 File Offset: 0x00009AA8
91 public static bool IsVisible(this Type type)
92 {
93 bool flag;
94 return flag;
95 }
96
97 // Token: 0x06000445 RID: 1093 RVA: 0x0000B8B8 File Offset: 0x00009AB8
98 public static bool IsValueType(this Type type)
99 {
100 bool flag;
101 return flag;
102 }
103
104 // Token: 0x06000446 RID: 1094 RVA: 0x0000B8C8 File Offset: 0x00009AC8
105 public static bool AssignableToTypeName(this Type type, string fullTypeName, [Out] Type match)
106 {
107 bool flag;
108 while (flag)
109 {
110 }
111 }
112
113 // Token: 0x06000447 RID: 1095 RVA: 0x0000B8E4 File Offset: 0x00009AE4
114 public static bool AssignableToTypeName(this Type type, string fullTypeName)
115 {
116 bool flag;
117 return flag;
118 }
119
120 // Token: 0x06000448 RID: 1096 RVA: 0x0000B8F4 File Offset: 0x00009AF4
121 public static bool ImplementInterface(this Type type, Type interfaceType)
122 {
123 bool flag;
124 return flag;
125 }
126 }
127}
class f__AnonymousType0<< Count > j__TPar
static Type BaseType(this Type type)
static bool IsClass(this Type type)
static bool IsInterface(this Type type)
static MethodInfo Method(this Delegate d)
static bool ImplementInterface(this Type type, Type interfaceType)
static bool AssignableToTypeName(this Type type, string fullTypeName)
static bool IsValueType(this Type type)
static Assembly Assembly(this Type type)
static bool AssignableToTypeName(this Type type, string fullTypeName, [Out] Type match)
static bool IsGenericTypeDefinition(this Type type)
static bool IsVisible(this Type type)
static bool ContainsGenericParameters(this Type type)
static bool IsGenericType(this Type type)
static bool IsEnum(this Type type)
static bool IsAbstract(this Type type)
static bool IsSealed(this Type type)
static MemberTypes MemberType(this MemberInfo memberInfo)