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.
1using System;
3
4namespace 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}
class f__AnonymousType0<< Count > j__TPar
static string GetString(string name, params object[] args)
Definition Res.cs:16
static string GetString(string name)
Definition Res.cs:10