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
◆
PrimitiveTypeCode
enum
Newtonsoft.Json.Utilities.PrimitiveTypeCode
package
Enumerator
Empty
Object
Char
CharNullable
Boolean
BooleanNullable
SByte
SByteNullable
Int16
Int16Nullable
UInt16
UInt16Nullable
Int32
Int32Nullable
Byte
ByteNullable
UInt32
UInt32Nullable
Int64
Int64Nullable
UInt64
UInt64Nullable
Single
SingleNullable
Double
DoubleNullable
DateTime
DateTimeNullable
DateTimeOffset
DateTimeOffsetNullable
Decimal
DecimalNullable
Guid
GuidNullable
TimeSpan
TimeSpanNullable
BigInteger
BigIntegerNullable
Uri
String
Bytes
DBNull
Definition at line
8
of file
PrimitiveTypeCode.cs
.
9
{
10
// Token: 0x0400019C RID: 412
11
Empty
,
12
// Token: 0x0400019D RID: 413
13
Object
,
14
// Token: 0x0400019E RID: 414
15
Char
,
16
// Token: 0x0400019F RID: 415
17
CharNullable
,
18
// Token: 0x040001A0 RID: 416
19
Boolean
,
20
// Token: 0x040001A1 RID: 417
21
BooleanNullable
,
22
// Token: 0x040001A2 RID: 418
23
SByte
,
24
// Token: 0x040001A3 RID: 419
25
SByteNullable
,
26
// Token: 0x040001A4 RID: 420
27
Int16
,
28
// Token: 0x040001A5 RID: 421
29
Int16Nullable
,
30
// Token: 0x040001A6 RID: 422
31
UInt16
,
32
// Token: 0x040001A7 RID: 423
33
UInt16Nullable
,
34
// Token: 0x040001A8 RID: 424
35
Int32
,
36
// Token: 0x040001A9 RID: 425
37
Int32Nullable
,
38
// Token: 0x040001AA RID: 426
39
Byte
,
40
// Token: 0x040001AB RID: 427
41
ByteNullable
,
42
// Token: 0x040001AC RID: 428
43
UInt32
,
44
// Token: 0x040001AD RID: 429
45
UInt32Nullable
,
46
// Token: 0x040001AE RID: 430
47
Int64
,
48
// Token: 0x040001AF RID: 431
49
Int64Nullable
,
50
// Token: 0x040001B0 RID: 432
51
UInt64
,
52
// Token: 0x040001B1 RID: 433
53
UInt64Nullable
,
54
// Token: 0x040001B2 RID: 434
55
Single
,
56
// Token: 0x040001B3 RID: 435
57
SingleNullable
,
58
// Token: 0x040001B4 RID: 436
59
Double
,
60
// Token: 0x040001B5 RID: 437
61
DoubleNullable
,
62
// Token: 0x040001B6 RID: 438
63
DateTime
,
64
// Token: 0x040001B7 RID: 439
65
DateTimeNullable
,
66
// Token: 0x040001B8 RID: 440
67
DateTimeOffset
,
68
// Token: 0x040001B9 RID: 441
69
DateTimeOffsetNullable
,
70
// Token: 0x040001BA RID: 442
71
Decimal
,
72
// Token: 0x040001BB RID: 443
73
DecimalNullable
,
74
// Token: 0x040001BC RID: 444
75
Guid
,
76
// Token: 0x040001BD RID: 445
77
GuidNullable
,
78
// Token: 0x040001BE RID: 446
79
TimeSpan
,
80
// Token: 0x040001BF RID: 447
81
TimeSpanNullable
,
82
// Token: 0x040001C0 RID: 448
83
BigInteger
,
84
// Token: 0x040001C1 RID: 449
85
BigIntegerNullable
,
86
// Token: 0x040001C2 RID: 450
87
Uri
,
88
// Token: 0x040001C3 RID: 451
89
String
,
90
// Token: 0x040001C4 RID: 452
91
Bytes
,
92
// Token: 0x040001C5 RID: 453
93
DBNull
94
}
System.DBNull
Definition
DBNull.cs:10
System.Uri
Definition
Uri.cs:15
Newtonsoft.Json.Utilities.PrimitiveTypeCode.UInt32Nullable
@ UInt32Nullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.DecimalNullable
@ DecimalNullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.ByteNullable
@ ByteNullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.BigIntegerNullable
@ BigIntegerNullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.UInt64Nullable
@ UInt64Nullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.TimeSpanNullable
@ TimeSpanNullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.SByteNullable
@ SByteNullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.CharNullable
@ CharNullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.BooleanNullable
@ BooleanNullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.GuidNullable
@ GuidNullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.Int16Nullable
@ Int16Nullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.DateTimeNullable
@ DateTimeNullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.DateTimeOffsetNullable
@ DateTimeOffsetNullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.DoubleNullable
@ DoubleNullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.Int64Nullable
@ Int64Nullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.SingleNullable
@ SingleNullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.BigInteger
@ BigInteger
Newtonsoft.Json.Utilities.PrimitiveTypeCode.UInt16Nullable
@ UInt16Nullable
Newtonsoft.Json.Utilities.PrimitiveTypeCode.Int32Nullable
@ Int32Nullable
Newtonsoft.Json.JsonToken.Bytes
@ Bytes
System.TypeCode.String
@ String
System.TypeCode.Boolean
@ Boolean
System.TypeCode.Int16
@ Int16
System.TypeCode.Object
@ Object
System.TypeCode.Single
@ Single
System.TypeCode.SByte
@ SByte
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.DateTimeOffset
Definition
DateTimeOffset.cs:13
System.Guid
Definition
Guid.cs:13
System.TimeSpan
Definition
TimeSpan.cs:10
Newtonsoft
Json
Utilities
Generated by
1.10.0