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

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 

Enumerations

enum  System.Reflection.MethodImportAttributes : short {
  System.Reflection.None = 0 , System.Reflection.ExactSpelling = 1 , System.Reflection.BestFitMappingDisable = 0x20 , System.Reflection.BestFitMappingEnable = 0x10 ,
  System.Reflection.BestFitMappingMask = 0x30 , System.Reflection.CharSetAnsi = 2 , System.Reflection.CharSetUnicode = 4 , System.Reflection.CharSetAuto = 6 ,
  System.Reflection.CharSetMask = 6 , System.Reflection.ThrowOnUnmappableCharEnable = 0x1000 , System.Reflection.ThrowOnUnmappableCharDisable = 0x2000 , System.Reflection.ThrowOnUnmappableCharMask = 0x3000 ,
  System.Reflection.SetLastError = 0x40 , System.Reflection.CallingConventionWinApi = 0x100 , System.Reflection.CallingConventionCDecl = 0x200 , System.Reflection.CallingConventionStdCall = 0x300 ,
  System.Reflection.CallingConventionThisCall = 0x400 , System.Reflection.CallingConventionFastCall = 0x500 , System.Reflection.CallingConventionMask = 0x700
}