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
ParameterAttributes.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 

Enumerations

enum  System.Reflection.ParameterAttributes {
  System.Reflection.None = 0 , System.Reflection.In = 1 , System.Reflection.Out = 2 , System.Reflection.Lcid = 4 ,
  System.Reflection.Retval = 8 , System.Reflection.Optional = 16 , System.Reflection.HasDefault = 4096 , System.Reflection.HasFieldMarshal = 8192 ,
  System.Reflection.Reserved3 = 16384 , System.Reflection.Reserved4 = 32768 , System.Reflection.ReservedMask = 61440
}