| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Go to the source code of this file.
Namespaces | |
| namespace | System | 
| namespace | System.Reflection | 
Enumerations | |
| enum | System.Reflection.BindingFlags {  System.Reflection.Default = 0 , System.Reflection.IgnoreCase = 1 , System.Reflection.DeclaredOnly = 2 , System.Reflection.Instance = 4 , System.Reflection.Static = 8 , System.Reflection.Public = 0x10 , System.Reflection.NonPublic = 0x20 , System.Reflection.FlattenHierarchy = 0x40 , System.Reflection.InvokeMethod = 0x100 , System.Reflection.CreateInstance = 0x200 , System.Reflection.GetField = 0x400 , System.Reflection.SetField = 0x800 , System.Reflection.GetProperty = 0x1000 , System.Reflection.SetProperty = 0x2000 , System.Reflection.PutDispProperty = 0x4000 , System.Reflection.PutRefDispProperty = 0x8000 , System.Reflection.ExactBinding = 0x10000 , System.Reflection.SuppressChangeType = 0x20000 , System.Reflection.OptionalParamBinding = 0x40000 , System.Reflection.IgnoreReturn = 0x1000000 , System.Reflection.DoNotWrapExceptions = 0x2000000 }  |