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
TypeInfo.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Reflection
4
{
5
// Token: 0x020004F7 RID: 1271
6
public
abstract
class
TypeInfo
:
Type
7
{
8
// Token: 0x060024DA RID: 9434 RVA: 0x000516F8 File Offset: 0x0004F8F8
9
protected
TypeInfo
()
10
{
11
if
(!
true
)
12
{
13
}
14
base
..ctor();
15
}
16
17
// Token: 0x0400143E RID: 5182
18
private
const
BindingFlags
DeclaredOnlyLookup
=
BindingFlags.DeclaredOnly
|
BindingFlags.Instance
|
BindingFlags.Static
|
BindingFlags.Public
|
BindingFlags
.NonPublic;
19
}
20
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Reflection.TypeInfo.TypeInfo
TypeInfo()
Definition
TypeInfo.cs:9
System.Reflection.TypeInfo.DeclaredOnlyLookup
const BindingFlags DeclaredOnlyLookup
Definition
TypeInfo.cs:18
System.Reflection.TypeInfo
Definition
TypeInfo.cs:7
System.Type
Definition
Type.cs:12
System.Reflection.BindingFlags
BindingFlags
Definition
BindingFlags.cs:8
System.Reflection
Definition
AmbiguousMatchException.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
TypeInfo.cs
Generated by
1.10.0