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
InstanceDescriptor.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x02000414 RID: 1044
9 public sealed class InstanceDescriptor
10 {
11 // Token: 0x06001C17 RID: 7191 RVA: 0x0004CFF4 File Offset: 0x0004B1F4
13 {
14 }
15
16 // Token: 0x06001C18 RID: 7192 RVA: 0x0004D004 File Offset: 0x0004B204
18 {
20 if (arguments != null)
21 {
22 return;
23 }
24 }
25
26 // Token: 0x1700063C RID: 1596
27 // (get) Token: 0x06001C19 RID: 7193 RVA: 0x0004D04C File Offset: 0x0004B24C
29 {
31 get
32 {
33 return this.<Arguments>k__BackingField;
34 }
35 }
36
37 // Token: 0x1700063D RID: 1597
38 // (get) Token: 0x06001C1A RID: 7194 RVA: 0x0004D060 File Offset: 0x0004B260
40 {
42 get
43 {
44 return this.<MemberInfo>k__BackingField;
45 }
46 }
47
48 // Token: 0x06001C1B RID: 7195 RVA: 0x0004D074 File Offset: 0x0004B274
49 public object Invoke()
50 {
53 object obj;
54 if (collection2 == null || obj == null || obj != null)
55 {
56 if (this.<MemberInfo>k__BackingField != null)
57 {
58 }
59 object obj2;
60 return obj2;
61 }
63 }
64
65 // Token: 0x0400138E RID: 5006
67 private readonly ICollection <Arguments>k__BackingField;
68
69 // Token: 0x0400138F RID: 5007
71 private readonly bool <IsComplete>k__BackingField;
72
73 // Token: 0x04001390 RID: 5008
75 private readonly MemberInfo <MemberInfo>k__BackingField;
76 }
77}
class f__AnonymousType0<< Count > j__TPar
InstanceDescriptor(MemberInfo member, ICollection arguments)
InstanceDescriptor(MemberInfo member, ICollection arguments, bool isComplete)