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
TypeNames.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System
5
{
6
// Token: 0x02000197 RID: 407
7
internal
class
TypeNames
8
{
9
// Token: 0x02000198 RID: 408
10
internal
abstract
class
ATypeName
:
TypeName
,
IEquatable
<TypeName>
11
{
12
// Token: 0x1700016A RID: 362
13
// (get) Token: 0x06000FC2 RID: 4034
14
public
abstract
string
DisplayName
{
get
; }
15
16
// Token: 0x06000FC3 RID: 4035 RVA: 0x00021A8C File Offset: 0x0001FC8C
17
public
bool
Equals
(
TypeName
other
)
18
{
19
if
(
other
!=
null
)
20
{
21
}
22
long
value
= 0.m_value;
23
bool
flag;
24
return
flag;
25
}
26
27
// Token: 0x06000FC4 RID: 4036 RVA: 0x0000207A File Offset: 0x0000027A
28
public
override
int
GetHashCode
()
29
{
30
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
31
}
32
33
// Token: 0x06000FC5 RID: 4037 RVA: 0x00021AA4 File Offset: 0x0001FCA4
34
public
override
bool
Equals
(
object
other
)
35
{
36
bool
flag;
37
return
flag;
38
}
39
40
// Token: 0x06000FC6 RID: 4038 RVA: 0x00021AB4 File Offset: 0x0001FCB4
41
protected
ATypeName
()
42
{
43
}
44
}
45
}
46
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.TypeNames.ATypeName.GetHashCode
override int GetHashCode()
Definition
TypeNames.cs:28
System.TypeNames.ATypeName.Equals
override bool Equals(object other)
Definition
TypeNames.cs:34
System.TypeNames.ATypeName.Equals
bool Equals(TypeName other)
Definition
TypeNames.cs:17
System.TypeNames.ATypeName.ATypeName
ATypeName()
Definition
TypeNames.cs:41
System.TypeNames.ATypeName.DisplayName
string DisplayName
Definition
TypeNames.cs:14
System.TypeNames.ATypeName
Definition
TypeNames.cs:11
System.TypeNames
Definition
TypeNames.cs:8
System.IEquatable
Definition
IEquatable.cs:7
System.TypeName
Definition
TypeName.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
mscorlib
System
TypeNames.cs
Generated by
1.10.0