Terraria v1.4.4.9
Terraria source code documentation
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 = 0x10 , System.Reflection.InitOnly = 0x20 , System.Reflection.Literal = 0x40 , System.Reflection.NotSerialized = 0x80 ,
  System.Reflection.SpecialName = 0x200 , System.Reflection.PinvokeImpl = 0x2000 , System.Reflection.RTSpecialName = 0x400 , System.Reflection.HasFieldMarshal = 0x1000 ,
  System.Reflection.HasDefault = 0x8000 , System.Reflection.HasFieldRVA = 0x100 , System.Reflection.ReservedMask = 0x9500
}