Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MethodImplOptions.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
[Flags]
4
public
enum
MethodImplOptions
5
{
6
Unmanaged
= 4,
7
NoInlining
= 8,
8
ForwardRef
= 0x10,
9
Synchronized
= 0x20,
10
NoOptimization
= 0x40,
11
PreserveSig
= 0x80,
12
AggressiveInlining
= 0x100,
13
AggressiveOptimization
= 0x200,
14
InternalCall
= 0x1000
15
}
System.Runtime.CompilerServices.MethodImplOptions
MethodImplOptions
Definition
MethodImplOptions.cs:5
System.Runtime.CompilerServices.MethodImplOptions.ForwardRef
@ ForwardRef
System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining
@ AggressiveInlining
System.Runtime.CompilerServices.MethodImplOptions.Unmanaged
@ Unmanaged
System.Runtime.CompilerServices.MethodImplOptions.InternalCall
@ InternalCall
System.Runtime.CompilerServices.MethodImplOptions.PreserveSig
@ PreserveSig
System.Runtime.CompilerServices.MethodImplOptions.NoOptimization
@ NoOptimization
System.Runtime.CompilerServices.MethodImplOptions.AggressiveOptimization
@ AggressiveOptimization
System.Runtime.CompilerServices.MethodImplOptions.NoInlining
@ NoInlining
System.Runtime.CompilerServices.MethodImplOptions.Synchronized
@ Synchronized
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
source
System.Private.CoreLib
System.Runtime.CompilerServices
MethodImplOptions.cs
Generated by
1.10.0