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

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 
 

Enumerations

enum  System.Reflection.Metadata.SignatureCallingConvention : byte {
  System.Reflection.Metadata.Default = 0 , System.Reflection.Metadata.CDecl = 1 , System.Reflection.Metadata.StdCall = 2 , System.Reflection.Metadata.ThisCall = 3 ,
  System.Reflection.Metadata.FastCall = 4 , System.Reflection.Metadata.VarArgs = 5 , System.Reflection.Metadata.Unmanaged = 9
}