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
Ucs4Encoding3412.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml
5{
6 // Token: 0x020000A2 RID: 162
8 {
9 // Token: 0x06000768 RID: 1896 RVA: 0x00018A50 File Offset: 0x00016C50
11 {
12 }
13
14 // Token: 0x170001C7 RID: 455
15 // (get) Token: 0x06000769 RID: 1897 RVA: 0x00018A64 File Offset: 0x00016C64
16 public override string EncodingName
17 {
18 get
19 {
20 return "ucs-4 (order 3412)";
21 }
22 }
23
24 // Token: 0x0600076A RID: 1898 RVA: 0x00003FFD File Offset: 0x000021FD
25 public override byte[] GetPreamble()
26 {
27 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
28 }
29 }
30}