Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MethodImplAttributes.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 

Enumerations

enum  System.Reflection.MethodImplAttributes {
  System.Reflection.CodeTypeMask = 3 , System.Reflection.IL = 0 , System.Reflection.Native = 1 , System.Reflection.OPTIL = 2 ,
  System.Reflection.Runtime = 3 , System.Reflection.ManagedMask = 4 , System.Reflection.Unmanaged = 4 , System.Reflection.Managed = 0 ,
  System.Reflection.ForwardRef = 16 , System.Reflection.PreserveSig = 128 , System.Reflection.InternalCall = 4096 , System.Reflection.Synchronized = 32 ,
  System.Reflection.NoInlining = 8 , System.Reflection.AggressiveInlining = 256 , System.Reflection.NoOptimization = 64 , System.Reflection.AggressiveOptimization = 512 ,
  System.Reflection.MaxMethodImplVal = 65535
}