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
Ucs4Encoding2143.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml
5{
6 // Token: 0x020000A1 RID: 161
8 {
9 // Token: 0x06000765 RID: 1893 RVA: 0x00018A28 File Offset: 0x00016C28
11 {
12 }
13
14 // Token: 0x170001C6 RID: 454
15 // (get) Token: 0x06000766 RID: 1894 RVA: 0x00018A3C File Offset: 0x00016C3C
16 public override string EncodingName
17 {
18 get
19 {
20 return "ucs-4 (order 2143)";
21 }
22 }
23
24 // Token: 0x06000767 RID: 1895 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}