Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
UnmanagedType
enum
System.Runtime.InteropServices.UnmanagedType
Enumerator
Bool
I1
U1
I2
U2
I4
U4
I8
U8
R4
R8
Currency
BStr
LPStr
LPWStr
LPTStr
ByValTStr
IUnknown
IDispatch
Struct
Interface
SafeArray
ByValArray
SysInt
SysUInt
VBByRefStr
AnsiBStr
TBStr
VariantBool
FunctionPtr
AsAny
LPArray
LPStruct
CustomMarshaler
Error
IInspectable
HString
LPUTF8Str
Definition at line
3
of file
UnmanagedType.cs
.
4
{
5
Bool = 2,
6
I1
= 3,
7
U1
= 4,
8
I2
= 5,
9
U2
= 6,
10
I4
= 7,
11
U4
= 8,
12
I8
= 9,
13
U8
= 10,
14
R4
= 11,
15
R8
= 12,
16
Currency
= 15,
17
BStr
= 19,
18
LPStr
= 20,
19
LPWStr
= 21,
20
LPTStr
= 22,
21
ByValTStr
= 23,
22
IUnknown
= 25,
23
IDispatch
= 26,
24
Struct = 27,
25
Interface = 28,
26
SafeArray
= 29,
27
ByValArray
= 30,
28
SysInt
= 31,
29
SysUInt
= 32,
30
VBByRefStr
= 34,
31
AnsiBStr
= 35,
32
TBStr
= 36,
33
VariantBool
= 37,
34
FunctionPtr
= 38,
35
AsAny
= 40,
36
LPArray
= 42,
37
LPStruct
= 43,
38
CustomMarshaler
= 44,
39
Error = 45,
40
IInspectable
= 46,
41
HString
= 47,
42
LPUTF8Str
= 48
43
}
System.Runtime.InteropServices.IDispatch
Definition
IDispatch.cs:9
System.Runtime.InteropServices.UnmanagedType.ByValTStr
@ ByValTStr
System.Runtime.InteropServices.UnmanagedType.BStr
@ BStr
System.Runtime.InteropServices.UnmanagedType.LPTStr
@ LPTStr
System.Runtime.InteropServices.UnmanagedType.I4
@ I4
System.Runtime.InteropServices.UnmanagedType.U2
@ U2
System.Runtime.InteropServices.UnmanagedType.I8
@ I8
System.Runtime.InteropServices.UnmanagedType.HString
@ HString
System.Runtime.InteropServices.UnmanagedType.U8
@ U8
System.Runtime.InteropServices.UnmanagedType.U4
@ U4
System.Runtime.InteropServices.UnmanagedType.CustomMarshaler
@ CustomMarshaler
System.Runtime.InteropServices.UnmanagedType.ByValArray
@ ByValArray
System.Runtime.InteropServices.UnmanagedType.I2
@ I2
System.Runtime.InteropServices.UnmanagedType.FunctionPtr
@ FunctionPtr
System.Runtime.InteropServices.UnmanagedType.R4
@ R4
System.Runtime.InteropServices.UnmanagedType.IUnknown
@ IUnknown
System.Runtime.InteropServices.UnmanagedType.SysUInt
@ SysUInt
System.Runtime.InteropServices.UnmanagedType.VBByRefStr
@ VBByRefStr
System.Runtime.InteropServices.UnmanagedType.SysInt
@ SysInt
System.Runtime.InteropServices.UnmanagedType.I1
@ I1
System.Runtime.InteropServices.UnmanagedType.TBStr
@ TBStr
System.Runtime.InteropServices.UnmanagedType.LPStr
@ LPStr
System.Runtime.InteropServices.UnmanagedType.LPArray
@ LPArray
System.Runtime.InteropServices.UnmanagedType.AnsiBStr
@ AnsiBStr
System.Runtime.InteropServices.UnmanagedType.IInspectable
@ IInspectable
System.Runtime.InteropServices.UnmanagedType.LPWStr
@ LPWStr
System.Runtime.InteropServices.UnmanagedType.R8
@ R8
System.Runtime.InteropServices.UnmanagedType.SafeArray
@ SafeArray
System.Runtime.InteropServices.UnmanagedType.AsAny
@ AsAny
System.Runtime.InteropServices.UnmanagedType.LPStruct
@ LPStruct
System.Runtime.InteropServices.UnmanagedType.LPUTF8Str
@ LPUTF8Str
System.Runtime.InteropServices.UnmanagedType.VariantBool
@ VariantBool
System.Runtime.InteropServices.UnmanagedType.U1
@ U1
System.Currency
Definition
Currency.cs:4
System
Runtime
InteropServices
Generated by
1.10.0