Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MethodImportAttributes.cs
Go to the documentation of this file.
1
namespace
System.Reflection
;
2
3
[Flags]
4
public
enum
MethodImportAttributes
:
short
5
{
6
None
= 0,
7
ExactSpelling
= 1,
8
BestFitMappingDisable
= 0x20,
9
BestFitMappingEnable
= 0x10,
10
BestFitMappingMask
= 0x30,
11
CharSetAnsi
= 2,
12
CharSetUnicode
= 4,
13
CharSetAuto
= 6,
14
CharSetMask
= 6,
15
ThrowOnUnmappableCharEnable
= 0x1000,
16
ThrowOnUnmappableCharDisable
= 0x2000,
17
ThrowOnUnmappableCharMask
= 0x3000,
18
SetLastError
= 0x40,
19
CallingConventionWinApi
= 0x100,
20
CallingConventionCDecl
= 0x200,
21
CallingConventionStdCall
= 0x300,
22
CallingConventionThisCall
= 0x400,
23
CallingConventionFastCall
= 0x500,
24
CallingConventionMask
= 0x700
25
}
System.Reflection.PInvokeAttributes.ThrowOnUnmappableCharMask
@ ThrowOnUnmappableCharMask
System.Reflection.PInvokeAttributes.CharSetMask
@ CharSetMask
System.Reflection.PInvokeAttributes.CharSetUnicode
@ CharSetUnicode
System.Reflection.PInvokeAttributes.CharSetAuto
@ CharSetAuto
System.Reflection.PInvokeAttributes.CharSetAnsi
@ CharSetAnsi
System.Reflection.MethodImportAttributes
MethodImportAttributes
Definition
MethodImportAttributes.cs:5
System.Reflection.MethodImportAttributes.CallingConventionMask
@ CallingConventionMask
System.Reflection.MethodImportAttributes.BestFitMappingDisable
@ BestFitMappingDisable
System.Reflection.MethodImportAttributes.BestFitMappingEnable
@ BestFitMappingEnable
System.Reflection.MethodImportAttributes.BestFitMappingMask
@ BestFitMappingMask
System.Reflection.MethodImportAttributes.CallingConventionWinApi
@ CallingConventionWinApi
System.Reflection.MethodImportAttributes.CallingConventionCDecl
@ CallingConventionCDecl
System.Reflection.MethodImportAttributes.ThrowOnUnmappableCharEnable
@ ThrowOnUnmappableCharEnable
System.Reflection.MethodImportAttributes.CallingConventionFastCall
@ CallingConventionFastCall
System.Reflection.MethodImportAttributes.SetLastError
@ SetLastError
System.Reflection.MethodImportAttributes.ThrowOnUnmappableCharDisable
@ ThrowOnUnmappableCharDisable
System.Reflection.MethodImportAttributes.ExactSpelling
@ ExactSpelling
System.Reflection.MethodImportAttributes.CallingConventionStdCall
@ CallingConventionStdCall
System.Reflection.MethodImportAttributes.CallingConventionThisCall
@ CallingConventionThisCall
System.Reflection.AssemblyNameFlags.None
@ None
System.Reflection
Definition
ICustomTypeProvider.cs:1
source
System.Reflection.Metadata
System.Reflection
MethodImportAttributes.cs
Generated by
1.10.0