Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SignatureTypeCode

Enumerator
Invalid 
Void 
Boolean 
Char 
SByte 
Byte 
Int16 
UInt16 
Int32 
UInt32 
Int64 
UInt64 
Single 
Double 
String 
Pointer 
ByReference 
GenericTypeParameter 
Array 
GenericTypeInstance 
TypedReference 
IntPtr 
UIntPtr 
FunctionPointer 
Object 
SZArray 
GenericMethodParameter 
RequiredModifier 
OptionalModifier 
TypeHandle 
Sentinel 
Pinned 

Definition at line 3 of file SignatureTypeCode.cs.

4{
5 Invalid = 0,
6 Void = 1,
7 Boolean = 2,
8 Char = 3,
9 SByte = 4,
10 Byte = 5,
11 Int16 = 6,
12 UInt16 = 7,
13 Int32 = 8,
14 UInt32 = 9,
15 Int64 = 10,
16 UInt64 = 11,
17 Single = 12,
18 Double = 13,
19 String = 14,
20 Pointer = 15,
21 ByReference = 16,
22 GenericTypeParameter = 19,
23 Array = 20,
25 TypedReference = 22,
26 IntPtr = 24,
27 UIntPtr = 25,
28 FunctionPointer = 27,
29 Object = 28,
30 SZArray = 29,
34 TypeHandle = 64,
35 Sentinel = 65,
36 Pinned = 69
37}