terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
CodePageDataItem.cs
Go to the documentation of this file.
1using System;
2using System.Text;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20005BA")]
9 [global::System.Serializable]
10 internal class CodePageDataItem
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6002CCC")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1BF7434", Offset = "0x1BF7434", Length = "0x8C")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EncodingTable), Member = "GetCodePageDataItem", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(CodePageDataItem))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x6002CCD")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1BF74C0", Offset = "0x1BF74C0", Length = "0x98")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CodePageDataItem), Member = "get_WebName", ReturnType = typeof(string))]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Split", MemberParameters = new object[]
31 {
32 typeof(char[]),
33 typeof(global::System.StringSplitOptions)
34 }, ReturnType = typeof(string[]))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
36 internal static string CreateString(string pStrings, uint index)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x170006BF")]
42 public string WebName
43 {
44 [global::Cpp2ILInjected.Token(Token = "0x6002CCE")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1BF7558", Offset = "0x1BF7558", Length = "0xA4")]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Text.Encoding), Member = "get_WebName", ReturnType = typeof(string))]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CodePageDataItem), Member = "CreateString", MemberParameters = new object[]
50 {
51 typeof(string),
52 typeof(uint)
53 }, ReturnType = typeof(string))]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
55 get
56 {
57 throw null;
58 }
59 }
60
61 // Note: this type is marked as 'beforefieldinit'.
62 [global::Cpp2ILInjected.Token(Token = "0x6002CCF")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1BF75FC", Offset = "0x1BF75FC", Length = "0x70")]
64 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
66 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
68 {
69 throw null;
70 }
71
72 [global::Cpp2ILInjected.Token(Token = "0x40018E9")]
73 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
74 internal int m_dataIndex;
75
76 [global::Cpp2ILInjected.Token(Token = "0x40018EA")]
77 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
78 internal int m_uiFamilyCodePage;
79
80 [global::Cpp2ILInjected.Token(Token = "0x40018EB")]
81 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
82 internal string m_webName;
83
84 [global::Cpp2ILInjected.Token(Token = "0x40018EC")]
85 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
86 internal uint m_flags;
87
88 [global::Cpp2ILInjected.Token(Token = "0x40018ED")]
89 private static readonly char[] sep;
90 }
91}
class f__AnonymousType0<< Count > j__TPar
static string CreateString(string pStrings, uint index)