terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Package Functions | |
static object | SecureCreateInstance (Type type) |
static object | SecureCreateInstance (Type type, object[] args, bool allowNonPublic) |
static object | SecureCreateInstance (Type type, object[] args) |
static object | SecureConstructorInvoke (Type type, Type[] argTypes, object[] args, bool allowNonPublic) |
static object | SecureConstructorInvoke (Type type, Type[] argTypes, object[] args, bool allowNonPublic, BindingFlags extraFlags) |
static object | MethodInfoInvoke (MethodInfo method, object target, object[] args) |
Static Private Member Functions | |
static void | DemandReflectionAccess (Type type) |
static void | DemandGrantSet (Assembly assembly) |
static bool | HasReflectionPermission (Type type) |
static bool | GenericArgumentsAreVisible (MethodInfo method) |
Definition at line 7 of file SecurityUtils.cs.