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
SR.cs
Go to the documentation of this file.
1using System;
4
5// Token: 0x0200000D RID: 13
6internal static class SR
7{
8 // Token: 0x06000030 RID: 48 RVA: 0x00002258 File Offset: 0x00000458
9 internal static string GetString(string name, params object[] args)
10 {
11 if (!true)
12 {
13 }
15 string text;
16 return text;
17 }
18
19 // Token: 0x06000031 RID: 49 RVA: 0x00002274 File Offset: 0x00000474
20 internal static string GetString(CultureInfo culture, string name, params object[] args)
21 {
22 string text;
23 return text;
24 }
25
26 // Token: 0x06000032 RID: 50 RVA: 0x0000207A File Offset: 0x0000027A
27 internal static string GetString(string name)
28 {
29 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
30 }
31
32 // Token: 0x06000033 RID: 51 RVA: 0x00002284 File Offset: 0x00000484
33 internal static string Format(string resourceFormat, params object[] args)
34 {
35 string text;
36 if (resourceFormat != null)
37 {
39 return text;
40 }
41 return text;
42 }
43
44 // Token: 0x06000034 RID: 52 RVA: 0x000022A0 File Offset: 0x000004A0
45 internal static string Format(string resourceFormat, object p1)
46 {
47 if (!true)
48 {
49 }
51 }
52
53 // Token: 0x06000035 RID: 53 RVA: 0x000022C0 File Offset: 0x000004C0
54 internal static string Format(string resourceFormat, object p1, object p2)
55 {
56 if (!true)
57 {
58 }
60 }
61
62 // Token: 0x06000036 RID: 54 RVA: 0x000022E0 File Offset: 0x000004E0
63 internal static string Format(string resourceFormat, object p1, object p2, object p3)
64 {
65 if (!true)
66 {
67 }
69 }
70
71 // Token: 0x06000037 RID: 55 RVA: 0x0000207A File Offset: 0x0000027A
72 internal static string GetResourceString(string str)
73 {
74 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
75 }
76}
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:33
static string GetString(string name)
Definition SR.cs:27
static string GetString(string name, params object[] args)
Definition SR.cs:9
static string GetResourceString(string str)
Definition SR.cs:72
static string Format(string resourceFormat, object p1)
Definition SR.cs:45
static string GetString(CultureInfo culture, string name, params object[] args)
Definition SR.cs:20
static string Format(string resourceFormat, object p1, object p2)
Definition SR.cs:54
static string Format(string resourceFormat, object p1, object p2, object p3)
Definition SR.cs:63
Definition SR.cs:7
static CultureInfo InvariantCulture