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
Res.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Xml
5
{
6
// Token: 0x020000B3 RID: 179
7
internal
static
class
Res
8
{
9
// Token: 0x060007C2 RID: 1986 RVA: 0x00003FFD File Offset: 0x000021FD
10
public
static
string
GetString
(
string
name
)
11
{
12
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
13
}
14
15
// Token: 0x060007C3 RID: 1987 RVA: 0x00019858 File Offset: 0x00017A58
16
public
static
string
GetString
(
string
name
,
params
object
[] args)
17
{
18
string
text
;
19
if
(
name
!=
null
)
20
{
21
return
text
;
22
}
23
return
text
;
24
}
25
}
26
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Xml.Res.GetString
static string GetString(string name, params object[] args)
Definition
Res.cs:16
System.Xml.Res.GetString
static string GetString(string name)
Definition
Res.cs:10
System.Xml.Res
Definition
Res.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Xml
Definition
ElementWriter.cs:4
System.ExceptionArgument.text
@ text
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Res.cs
Generated by
1.10.0