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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Reflection
5
{
6
// Token: 0x020004EF RID: 1263
7
internal
sealed
class
SignaturePointerType
:
SignatureHasElementType
8
{
9
// Token: 0x0600246E RID: 9326 RVA: 0x00051364 File Offset: 0x0004F564
10
internal
SignaturePointerType
(
SignatureType
elementType
)
11
{
12
this._elementType
=
elementType
;
13
}
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Reflection.SignatureHasElementType
Definition
SignatureHasElementType.cs:8
System.Reflection.SignaturePointerType.Suffix
override string Suffix
Definition
SignaturePointerType.cs:58
System.Reflection.SignaturePointerType.IsSZArray
override bool IsSZArray
Definition
SignaturePointerType.cs:34
System.Reflection.SignaturePointerType.IsPointerImpl
override bool IsPointerImpl()
Definition
SignaturePointerType.cs:26
System.Reflection.SignaturePointerType.IsArrayImpl
override bool IsArrayImpl()
Definition
SignaturePointerType.cs:16
System.Reflection.SignaturePointerType.IsByRefImpl
override bool IsByRefImpl()
Definition
SignaturePointerType.cs:21
System.Reflection.SignaturePointerType.IsVariableBoundArray
override bool IsVariableBoundArray
Definition
SignaturePointerType.cs:43
System.Reflection.SignaturePointerType.GetArrayRank
override int GetArrayRank()
Definition
SignaturePointerType.cs:50
System.Reflection.SignaturePointerType.SignaturePointerType
SignaturePointerType(SignatureType elementType)
Definition
SignaturePointerType.cs:10
System.Reflection.SignaturePointerType
Definition
SignaturePointerType.cs:8
System.Reflection.SignatureType
Definition
SignatureType.cs:9
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Reflection
Definition
AmbiguousMatchException.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
SignaturePointerType.cs
Generated by
1.10.0