terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SecurityUtils.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x0200007F RID: 127
7 internal static class SecurityUtils
8 {
9 // Token: 0x060001EA RID: 490 RVA: 0x0000691C File Offset: 0x00004B1C
10 private static void DemandReflectionAccess(Type type)
11 {
12 }
13
14 // Token: 0x060001EB RID: 491 RVA: 0x0000692C File Offset: 0x00004B2C
15 private static void DemandGrantSet(Assembly assembly)
16 {
17 }
18
19 // Token: 0x060001EC RID: 492 RVA: 0x0000693C File Offset: 0x00004B3C
20 private static bool HasReflectionPermission(Type type)
21 {
22 return true;
23 }
24
25 // Token: 0x060001ED RID: 493 RVA: 0x0000694C File Offset: 0x00004B4C
26 internal static object SecureCreateInstance(Type type)
27 {
28 object obj;
29 return obj;
30 }
31
32 // Token: 0x060001EE RID: 494 RVA: 0x0000695C File Offset: 0x00004B5C
33 internal static object SecureCreateInstance(Type type, object[] args, bool allowNonPublic)
34 {
35 if (!true)
36 {
37 }
38 object obj;
39 return obj;
40 }
41
42 // Token: 0x060001EF RID: 495 RVA: 0x00006970 File Offset: 0x00004B70
43 internal static object SecureCreateInstance(Type type, object[] args)
44 {
45 object obj;
46 return obj;
47 }
48
49 // Token: 0x060001F0 RID: 496 RVA: 0x00006980 File Offset: 0x00004B80
50 internal static object SecureConstructorInvoke(Type type, Type[] argTypes, object[] args, bool allowNonPublic)
51 {
52 object obj;
53 return obj;
54 }
55
56 // Token: 0x060001F1 RID: 497 RVA: 0x00006990 File Offset: 0x00004B90
57 internal static object SecureConstructorInvoke(Type type, Type[] argTypes, object[] args, bool allowNonPublic, BindingFlags extraFlags)
58 {
59 if (!true)
60 {
61 }
63 return constructorInfo.Invoke(argTypes);
64 }
65
66 // Token: 0x060001F2 RID: 498 RVA: 0x000069AC File Offset: 0x00004BAC
67 private static bool GenericArgumentsAreVisible(MethodInfo method)
68 {
69 }
70
71 // Token: 0x060001F3 RID: 499 RVA: 0x000069C0 File Offset: 0x00004BC0
72 internal static object MethodInfoInvoke(MethodInfo method, object target, object[] args)
73 {
74 object obj;
75 return obj;
76 }
77 }
78}
class f__AnonymousType0<< Count > j__TPar
object Invoke(object[] parameters)
static object SecureCreateInstance(Type type, object[] args)
static object SecureConstructorInvoke(Type type, Type[] argTypes, object[] args, bool allowNonPublic)
static void DemandGrantSet(Assembly assembly)
static void DemandReflectionAccess(Type type)
static object SecureConstructorInvoke(Type type, Type[] argTypes, object[] args, bool allowNonPublic, BindingFlags extraFlags)
static bool GenericArgumentsAreVisible(MethodInfo method)
static bool HasReflectionPermission(Type type)
static object SecureCreateInstance(Type type)
static object MethodInfoInvoke(MethodInfo method, object target, object[] args)
static object SecureCreateInstance(Type type, object[] args, bool allowNonPublic)