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
Ucs4Encoding1234.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml
5{
6 // Token: 0x0200009F RID: 159
8 {
9 // Token: 0x0600075F RID: 1887 RVA: 0x000189D8 File Offset: 0x00016BD8
11 {
12 }
13
14 // Token: 0x170001C4 RID: 452
15 // (get) Token: 0x06000760 RID: 1888 RVA: 0x000189EC File Offset: 0x00016BEC
16 public override string EncodingName
17 {
18 get
19 {
20 return "ucs-4 (Bigendian)";
21 }
22 }
23
24 // Token: 0x06000761 RID: 1889 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}