terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
PInvokeAttributes.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 

Enumerations

enum  System.Reflection.PInvokeAttributes {
  System.Reflection.NoMangle = 1 , System.Reflection.CharSetMask = 6 , System.Reflection.CharSetNotSpec = 0 , System.Reflection.CharSetAnsi = 2 ,
  System.Reflection.CharSetUnicode = 4 , System.Reflection.CharSetAuto = 6 , System.Reflection.BestFitUseAssem = 0 , System.Reflection.BestFitEnabled = 16 ,
  System.Reflection.BestFitDisabled = 32 , System.Reflection.BestFitMask = 48 , System.Reflection.ThrowOnUnmappableCharUseAssem = 0 , System.Reflection.ThrowOnUnmappableCharEnabled = 4096 ,
  System.Reflection.ThrowOnUnmappableCharDisabled = 8192 , System.Reflection.ThrowOnUnmappableCharMask = 12288 , System.Reflection.SupportsLastError = 64 , System.Reflection.CallConvMask = 1792 ,
  System.Reflection.CallConvWinapi = 256 , System.Reflection.CallConvCdecl = 512 , System.Reflection.CallConvStdcall = 768 , System.Reflection.CallConvThiscall = 1024 ,
  System.Reflection.CallConvFastcall = 1280 , System.Reflection.MaxValue = 65535
}