Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PInvokeAttributes.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[Flags]
4
internal
enum
PInvokeAttributes
5
{
6
NoMangle
= 1,
7
CharSetMask
= 6,
8
CharSetNotSpec
= 0,
9
CharSetAnsi
= 2,
10
CharSetUnicode
= 4,
11
CharSetAuto
= 6,
12
BestFitUseAssem
= 0,
13
BestFitEnabled
= 0x10,
14
BestFitDisabled
= 0x20,
15
BestFitMask
= 0x30,
16
ThrowOnUnmappableCharUseAssem
= 0,
17
ThrowOnUnmappableCharEnabled
= 0x1000,
18
ThrowOnUnmappableCharDisabled
= 0x2000,
19
ThrowOnUnmappableCharMask
= 0x3000,
20
SupportsLastError
= 0x40,
21
CallConvMask
= 0x700,
22
CallConvWinapi
= 0x100,
23
CallConvCdecl
= 0x200,
24
CallConvStdcall
= 0x300,
25
CallConvThiscall
= 0x400,
26
CallConvFastcall
= 0x500,
27
MaxValue
= 0xFFFF
28
}
System.Reflection.PInvokeAttributes
PInvokeAttributes
Definition
PInvokeAttributes.cs:5
System.Reflection.PInvokeAttributes.BestFitMask
@ BestFitMask
System.Reflection.PInvokeAttributes.ThrowOnUnmappableCharEnabled
@ ThrowOnUnmappableCharEnabled
System.Reflection.PInvokeAttributes.BestFitUseAssem
@ BestFitUseAssem
System.Reflection.PInvokeAttributes.ThrowOnUnmappableCharMask
@ ThrowOnUnmappableCharMask
System.Reflection.PInvokeAttributes.SupportsLastError
@ SupportsLastError
System.Reflection.PInvokeAttributes.CharSetNotSpec
@ CharSetNotSpec
System.Reflection.PInvokeAttributes.CharSetMask
@ CharSetMask
System.Reflection.PInvokeAttributes.CharSetUnicode
@ CharSetUnicode
System.Reflection.PInvokeAttributes.CallConvWinapi
@ CallConvWinapi
System.Reflection.PInvokeAttributes.NoMangle
@ NoMangle
System.Reflection.PInvokeAttributes.CallConvCdecl
@ CallConvCdecl
System.Reflection.PInvokeAttributes.CharSetAuto
@ CharSetAuto
System.Reflection.PInvokeAttributes.CallConvFastcall
@ CallConvFastcall
System.Reflection.PInvokeAttributes.CharSetAnsi
@ CharSetAnsi
System.Reflection.PInvokeAttributes.ThrowOnUnmappableCharDisabled
@ ThrowOnUnmappableCharDisabled
System.Reflection.PInvokeAttributes.CallConvThiscall
@ CallConvThiscall
System.Reflection.PInvokeAttributes.CallConvStdcall
@ CallConvStdcall
System.Reflection.PInvokeAttributes.BestFitDisabled
@ BestFitDisabled
System.Reflection.PInvokeAttributes.MaxValue
@ MaxValue
System.Reflection.PInvokeAttributes.ThrowOnUnmappableCharUseAssem
@ ThrowOnUnmappableCharUseAssem
System.Reflection.PInvokeAttributes.BestFitEnabled
@ BestFitEnabled
System.Reflection.MdSigCallingConvention.CallConvMask
@ CallConvMask
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Private.CoreLib
System.Reflection
PInvokeAttributes.cs
Generated by
1.10.0