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
KnownTerminals.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x0200017E RID: 382
7 internal static class KnownTerminals
8 {
9 // Token: 0x17000159 RID: 345
10 // (get) Token: 0x06000F04 RID: 3844 RVA: 0x0000207A File Offset: 0x0000027A
11 public static byte[] linux
12 {
13 get
14 {
15 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
16 }
17 }
18
19 // Token: 0x1700015A RID: 346
20 // (get) Token: 0x06000F05 RID: 3845 RVA: 0x0000207A File Offset: 0x0000027A
21 public static byte[] xterm
22 {
23 get
24 {
25 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
26 }
27 }
28
29 // Token: 0x1700015B RID: 347
30 // (get) Token: 0x06000F06 RID: 3846 RVA: 0x0000207A File Offset: 0x0000027A
31 public static byte[] ansi
32 {
33 get
34 {
35 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
36 }
37 }
38 }
39}