terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
CachedFile.cs
Go to the documentation of this file.
1using System;
5
6[global::Cpp2ILInjected.Token(Token = "0x2000069")]
7public class CachedFile
8{
9 [global::Cpp2ILInjected.Token(Token = "0x6000233")]
10 [global::Cpp2ILInjected.Address(RVA = "0x70D388", Offset = "0x70D388", Length = "0x30")]
11 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
12 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
13 public CachedFile(string filename)
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x17000074")]
19 public byte[] Data
20 {
22 [global::Cpp2ILInjected.Token(Token = "0x6000234")]
23 [global::Cpp2ILInjected.Address(RVA = "0x70D3B8", Offset = "0x70D3B8", Length = "0x8")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 get
26 {
27 throw null;
28 }
30 [global::Cpp2ILInjected.Token(Token = "0x6000235")]
31 [global::Cpp2ILInjected.Address(RVA = "0x70D3C0", Offset = "0x70D3C0", Length = "0x8")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 set
34 {
35 throw null;
36 }
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x4000205")]
40 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
42
43 [global::Cpp2ILInjected.Token(Token = "0x4000206")]
44 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
45 public readonly string Filename;
46
48 [global::Cpp2ILInjected.Token(Token = "0x4000207")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
50 private byte[] <Data>k__BackingField;
51
52 [global::Cpp2ILInjected.Token(Token = "0x200006A")]
53 public enum Modifications
54 {
55 [global::Cpp2ILInjected.Token(Token = "0x4000209")]
56 Delete,
57 [global::Cpp2ILInjected.Token(Token = "0x400020A")]
58 Write,
59 [global::Cpp2ILInjected.Token(Token = "0x400020B")]
60 None
61 }
62}
class f__AnonymousType0<< Count > j__TPar
byte[]< Data > k__BackingField
Definition CachedFile.cs:50
readonly string Filename
Definition CachedFile.cs:45
byte[] Data
Definition CachedFile.cs:20
CachedFile.Modifications ModificationFlag
Definition CachedFile.cs:41
CachedFile(string filename)
Definition CachedFile.cs:13