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

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Reflection
 

Enumerations

enum  System.Reflection.FieldAttributes {
  System.Reflection.FieldAccessMask = 7 , System.Reflection.PrivateScope = 0 , System.Reflection.Private = 1 , System.Reflection.FamANDAssem = 2 ,
  System.Reflection.Assembly = 3 , System.Reflection.Family = 4 , System.Reflection.FamORAssem = 5 , System.Reflection.Public = 6 ,
  System.Reflection.Static = 16 , System.Reflection.InitOnly = 32 , System.Reflection.Literal = 64 , System.Reflection.NotSerialized = 128 ,
  System.Reflection.SpecialName = 512 , System.Reflection.PinvokeImpl = 8192 , System.Reflection.RTSpecialName = 1024 , System.Reflection.HasFieldMarshal = 4096 ,
  System.Reflection.HasDefault = 32768 , System.Reflection.HasFieldRVA = 256 , System.Reflection.ReservedMask = 38144
}