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
TypeCode.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x02000112 RID: 274
6
public
enum
TypeCode
7
{
8
// Token: 0x040003E3 RID: 995
9
Empty
,
10
// Token: 0x040003E4 RID: 996
11
Object
,
12
// Token: 0x040003E5 RID: 997
13
DBNull
,
14
// Token: 0x040003E6 RID: 998
15
Boolean
,
16
// Token: 0x040003E7 RID: 999
17
Char
,
18
// Token: 0x040003E8 RID: 1000
19
SByte
,
20
// Token: 0x040003E9 RID: 1001
21
Byte
,
22
// Token: 0x040003EA RID: 1002
23
Int16
,
24
// Token: 0x040003EB RID: 1003
25
UInt16
,
26
// Token: 0x040003EC RID: 1004
27
Int32
,
28
// Token: 0x040003ED RID: 1005
29
UInt32
,
30
// Token: 0x040003EE RID: 1006
31
Int64
,
32
// Token: 0x040003EF RID: 1007
33
UInt64
,
34
// Token: 0x040003F0 RID: 1008
35
Single
,
36
// Token: 0x040003F1 RID: 1009
37
Double
,
38
// Token: 0x040003F2 RID: 1010
39
Decimal
,
40
// Token: 0x040003F3 RID: 1011
41
DateTime
,
42
// Token: 0x040003F4 RID: 1012
43
String
= 18
44
}
45
}
System.String
Definition
String.cs:17
System.TypeCode
TypeCode
Definition
TypeCode.cs:7
System.TypeCode.Boolean
@ Boolean
System.TypeCode.Int16
@ Int16
System.TypeCode.Object
@ Object
System.TypeCode.Single
@ Single
System.TypeCode.SByte
@ SByte
System.TypeCode.DBNull
@ DBNull
System.TypeCode.UInt16
@ UInt16
System.TypeCode.DateTime
@ DateTime
System.TypeCode.Char
@ Char
System.TypeCode.Byte
@ Byte
System.TypeCode.UInt64
@ UInt64
System.TypeCode.Int32
@ Int32
System.TypeCode.Empty
@ Empty
System.TypeCode.Double
@ Double
System.TypeCode.UInt32
@ UInt32
System.TypeCode.Int64
@ Int64
System.ConsoleKey.Decimal
@ Decimal
System
Definition
__ComObject.cs:4
source
mscorlib
System
TypeCode.cs
Generated by
1.10.0