Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MethodImplAttributes
enum
System.Reflection.MethodImplAttributes
Enumerator
CodeTypeMask
IL
Native
OPTIL
Runtime
ManagedMask
Unmanaged
Managed
ForwardRef
PreserveSig
InternalCall
Synchronized
NoInlining
AggressiveInlining
NoOptimization
AggressiveOptimization
MaxMethodImplVal
Definition at line
3
of file
MethodImplAttributes.cs
.
4
{
5
CodeTypeMask
= 3,
6
IL
= 0,
7
Native = 1,
8
OPTIL
= 2,
9
Runtime = 3,
10
ManagedMask
= 4,
11
Unmanaged
= 4,
12
Managed
= 0,
13
ForwardRef
= 16,
14
PreserveSig
= 128,
15
InternalCall
= 4096,
16
Synchronized
= 32,
17
NoInlining
= 8,
18
AggressiveInlining
= 256,
19
NoOptimization
= 64,
20
AggressiveOptimization
= 512,
21
MaxMethodImplVal
= 65535
22
}
System.Reflection.MethodImplAttributes.ForwardRef
@ ForwardRef
System.Reflection.MethodImplAttributes.AggressiveInlining
@ AggressiveInlining
System.Reflection.MethodImplAttributes.CodeTypeMask
@ CodeTypeMask
System.Reflection.MethodImplAttributes.InternalCall
@ InternalCall
System.Reflection.MethodImplAttributes.Managed
@ Managed
System.Reflection.MethodImplAttributes.IL
@ IL
System.Reflection.MethodImplAttributes.OPTIL
@ OPTIL
System.Reflection.MethodImplAttributes.PreserveSig
@ PreserveSig
System.Reflection.MethodImplAttributes.NoOptimization
@ NoOptimization
System.Reflection.MethodImplAttributes.AggressiveOptimization
@ AggressiveOptimization
System.Reflection.MethodImplAttributes.NoInlining
@ NoInlining
System.Reflection.MethodImplAttributes.MaxMethodImplVal
@ MaxMethodImplVal
System.Reflection.MethodImplAttributes.ManagedMask
@ ManagedMask
System.Reflection.MethodImplAttributes.Synchronized
@ Synchronized
System.Reflection.MdSigCallingConvention.Unmanaged
@ Unmanaged
System
Reflection
Generated by
1.10.0