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

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 = 16 , System.Reflection.NonPublic = 32 , System.Reflection.FlattenHierarchy = 64 ,
  System.Reflection.InvokeMethod = 256 , System.Reflection.CreateInstance = 512 , System.Reflection.GetField = 1024 , System.Reflection.SetField = 2048 ,
  System.Reflection.GetProperty = 4096 , System.Reflection.SetProperty = 8192 , System.Reflection.PutDispProperty = 16384 , System.Reflection.PutRefDispProperty = 32768 ,
  System.Reflection.ExactBinding = 65536 , System.Reflection.SuppressChangeType = 131072 , System.Reflection.OptionalParamBinding = 262144 , System.Reflection.IgnoreReturn = 16777216 ,
  System.Reflection.DoNotWrapExceptions = 33554432
}