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
SignaturePointerType.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 // Token: 0x020004EF RID: 1263
8 {
9 // Token: 0x0600246E RID: 9326 RVA: 0x00051364 File Offset: 0x0004F564
14
15 // Token: 0x0600246F RID: 9327 RVA: 0x00051380 File Offset: 0x0004F580
16 protected sealed override bool IsArrayImpl()
17 {
18 }
19
20 // Token: 0x06002470 RID: 9328 RVA: 0x00051390 File Offset: 0x0004F590
21 protected sealed override bool IsByRefImpl()
22 {
23 }
24
25 // Token: 0x06002471 RID: 9329 RVA: 0x000513A0 File Offset: 0x0004F5A0
26 protected sealed override bool IsPointerImpl()
27 {
28 return true;
29 }
30
31 // Token: 0x170004F2 RID: 1266
32 // (get) Token: 0x06002472 RID: 9330 RVA: 0x000513B0 File Offset: 0x0004F5B0
33 public sealed override bool IsSZArray
34 {
35 get
36 {
37 }
38 }
39
40 // Token: 0x170004F3 RID: 1267
41 // (get) Token: 0x06002473 RID: 9331 RVA: 0x000513C0 File Offset: 0x0004F5C0
42 public sealed override bool IsVariableBoundArray
43 {
44 get
45 {
46 }
47 }
48
49 // Token: 0x06002474 RID: 9332 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: 0x170004F4 RID: 1268
56 // (get) Token: 0x06002475 RID: 9333 RVA: 0x000513D0 File Offset: 0x0004F5D0
57 protected sealed override string Suffix
58 {
59 get
60 {
61 return "*";
62 }
63 }
64 }
65}
class f__AnonymousType0<< Count > j__TPar
SignaturePointerType(SignatureType elementType)