Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MethodImplAttributes.cs
Go to the documentation of this file.
1namespace System.Reflection;
2
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,
19 NoOptimization = 64,
21 MaxMethodImplVal = 65535
22}