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
|
Go to the source code of this file.
Namespaces | |
namespace | System |
namespace | System.Reflection |
Enumerations | |
enum | System.Reflection.MethodAttributes { System.Reflection.MemberAccessMask = 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.Final = 32 , System.Reflection.Virtual = 64 , System.Reflection.HideBySig = 128 , System.Reflection.CheckAccessOnOverride = 512 , System.Reflection.VtableLayoutMask = 256 , System.Reflection.ReuseSlot = 0 , System.Reflection.NewSlot = 256 , System.Reflection.Abstract = 1024 , System.Reflection.SpecialName = 2048 , System.Reflection.PinvokeImpl = 8192 , System.Reflection.UnmanagedExport = 8 , System.Reflection.RTSpecialName = 4096 , System.Reflection.HasSecurity = 16384 , System.Reflection.RequireSecObject = 32768 , System.Reflection.ReservedMask = 53248 } |