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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Reflection
5
{
6
// Token: 0x020004EC RID: 1260
7
internal
sealed
class
SignatureByRefType
:
SignatureHasElementType
8
{
9
// Token: 0x0600243B RID: 9275 RVA: 0x0005103C File Offset: 0x0004F23C
10
internal
SignatureByRefType
(
SignatureType
elementType
)
11
{
12
this._elementType
=
elementType
;
13
}
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Reflection.SignatureByRefType.IsPointerImpl
override bool IsPointerImpl()
Definition
SignatureByRefType.cs:27
System.Reflection.SignatureByRefType.IsByRefImpl
override bool IsByRefImpl()
Definition
SignatureByRefType.cs:21
System.Reflection.SignatureByRefType.SignatureByRefType
SignatureByRefType(SignatureType elementType)
Definition
SignatureByRefType.cs:10
System.Reflection.SignatureByRefType.IsArrayImpl
override bool IsArrayImpl()
Definition
SignatureByRefType.cs:16
System.Reflection.SignatureByRefType.IsVariableBoundArray
override bool IsVariableBoundArray
Definition
SignatureByRefType.cs:43
System.Reflection.SignatureByRefType.GetArrayRank
override int GetArrayRank()
Definition
SignatureByRefType.cs:50
System.Reflection.SignatureByRefType.IsSZArray
override bool IsSZArray
Definition
SignatureByRefType.cs:34
System.Reflection.SignatureByRefType.Suffix
override string Suffix
Definition
SignatureByRefType.cs:58
System.Reflection.SignatureByRefType
Definition
SignatureByRefType.cs:8
System.Reflection.SignatureHasElementType
Definition
SignatureHasElementType.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
SignatureByRefType.cs
Generated by
1.10.0