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
SignatureByRefType.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 // Token: 0x020004EC RID: 1260
8 {
9 // Token: 0x0600243B RID: 9275 RVA: 0x0005103C File Offset: 0x0004F23C
14
15 // Token: 0x0600243C RID: 9276 RVA: 0x00051058 File Offset: 0x0004F258
16 protected sealed override bool IsArrayImpl()
17 {
18 }
19
20 // Token: 0x0600243D RID: 9277 RVA: 0x00051068 File Offset: 0x0004F268
21 protected sealed override bool IsByRefImpl()
22 {
23 return true;
24 }
25
26 // Token: 0x0600243E RID: 9278 RVA: 0x00051078 File Offset: 0x0004F278
27 protected sealed override bool IsPointerImpl()
28 {
29 }
30
31 // Token: 0x170004D6 RID: 1238
32 // (get) Token: 0x0600243F RID: 9279 RVA: 0x00051088 File Offset: 0x0004F288
33 public sealed override bool IsSZArray
34 {
35 get
36 {
37 }
38 }
39
40 // Token: 0x170004D7 RID: 1239
41 // (get) Token: 0x06002440 RID: 9280 RVA: 0x00051098 File Offset: 0x0004F298
42 public sealed override bool IsVariableBoundArray
43 {
44 get
45 {
46 }
47 }
48
49 // Token: 0x06002441 RID: 9281 RVA: 0x0000207A File Offset: 0x0000027A
50 public sealed override int GetArrayRank()
51 {
52 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
53 }
54
55 // Token: 0x170004D8 RID: 1240
56 // (get) Token: 0x06002442 RID: 9282 RVA: 0x000510A8 File Offset: 0x0004F2A8
57 protected sealed override string Suffix
58 {
59 get
60 {
61 return "&";
62 }
63 }
64 }
65}
class f__AnonymousType0<< Count > j__TPar
SignatureByRefType(SignatureType elementType)