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

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 

Enumerations

enum  System.Reflection.MdSigCallingConvention : byte {
  System.Reflection.CallConvMask = 0xF , System.Reflection.Default = 0 , System.Reflection.C = 1 , System.Reflection.StdCall = 2 ,
  System.Reflection.ThisCall = 3 , System.Reflection.FastCall = 4 , System.Reflection.Vararg = 5 , System.Reflection.Field = 6 ,
  System.Reflection.LocalSig = 7 , System.Reflection.Property = 8 , System.Reflection.Unmanaged = 9 , System.Reflection.GenericInst = 0xA ,
  System.Reflection.Generic = 0x10 , System.Reflection.HasThis = 0x20 , System.Reflection.ExplicitThis = 0x40
}