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
ReflectionOnlyType.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System
5
{
6
// Token: 0x0200015B RID: 347
7
[
Serializable
]
8
internal
class
ReflectionOnlyType
:
RuntimeType
9
{
10
// Token: 0x06000E22 RID: 3618 RVA: 0x0001EB58 File Offset: 0x0001CD58
11
private
ReflectionOnlyType
()
12
{
13
if
(!
true
)
14
{
15
}
16
base
..ctor();
17
}
18
19
// Token: 0x1700013F RID: 319
20
// (get) Token: 0x06000E23 RID: 3619 RVA: 0x0000207A File Offset: 0x0000027A
21
public
override
RuntimeTypeHandle
TypeHandle
22
{
23
get
24
{
25
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
26
}
27
}
28
}
29
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.ReflectionOnlyType.TypeHandle
override RuntimeTypeHandle TypeHandle
Definition
ReflectionOnlyType.cs:22
System.ReflectionOnlyType.ReflectionOnlyType
ReflectionOnlyType()
Definition
ReflectionOnlyType.cs:11
System.ReflectionOnlyType
Definition
ReflectionOnlyType.cs:9
System.RuntimeType
Definition
RuntimeType.cs:16
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Reflection.TypeAttributes.Serializable
@ Serializable
System
Definition
__ComObject.cs:4
System.RuntimeTypeHandle
Definition
RuntimeTypeHandle.cs:15
source
mscorlib
System
ReflectionOnlyType.cs
Generated by
1.10.0