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
ReadOptions.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3using System.Text;
4
5namespace Ionic.Zip
6{
7 // Token: 0x0200002D RID: 45
8 public class ReadOptions
9 {
10 // Token: 0x1700007F RID: 127
11 // (get) Token: 0x0600021B RID: 539 RVA: 0x00007EC4 File Offset: 0x000060C4
12 // (set) Token: 0x0600021C RID: 540 RVA: 0x00007ED8 File Offset: 0x000060D8
14 {
15 get
16 {
17 return this.<ReadProgress>k__BackingField;
18 }
19 set
20 {
22 }
23 }
24
25 // Token: 0x17000080 RID: 128
26 // (get) Token: 0x0600021D RID: 541 RVA: 0x00007EEC File Offset: 0x000060EC
27 // (set) Token: 0x0600021E RID: 542 RVA: 0x00007F00 File Offset: 0x00006100
29 {
30 get
31 {
33 }
34 set
35 {
37 }
38 }
39
40 // Token: 0x17000081 RID: 129
41 // (get) Token: 0x0600021F RID: 543 RVA: 0x00007F14 File Offset: 0x00006114
42 // (set) Token: 0x06000220 RID: 544 RVA: 0x00007F28 File Offset: 0x00006128
44 {
45 get
46 {
47 return this.<Encoding>k__BackingField;
48 }
49 set
50 {
52 }
53 }
54
55 // Token: 0x06000221 RID: 545 RVA: 0x00007F3C File Offset: 0x0000613C
56 public ReadOptions()
57 {
58 }
59
60 // Token: 0x0400010B RID: 267
62
63 // Token: 0x0400010C RID: 268
64 private TextWriter <StatusMessageWriter>k__BackingField;
65
66 // Token: 0x0400010D RID: 269
67 private Encoding <Encoding>k__BackingField;
68 }
69}
EventHandler< ReadProgressEventArgs >< ReadProgress > k__BackingField
TextWriter< StatusMessageWriter > k__BackingField
EventHandler< ReadProgressEventArgs > ReadProgress
Encoding< Encoding > k__BackingField
TextWriter StatusMessageWriter