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
MonoIOStat.cs
Go to the documentation of this file.
1using System;
2
3namespace System.IO
4{
5 // Token: 0x0200056C RID: 1388
6 internal struct MonoIOStat
7 {
8 // Token: 0x04001675 RID: 5749
10
11 // Token: 0x04001676 RID: 5750
12 public long Length;
13
14 // Token: 0x04001677 RID: 5751
15 public long CreationTime;
16
17 // Token: 0x04001678 RID: 5752
18 public long LastAccessTime;
19
20 // Token: 0x04001679 RID: 5753
21 public long LastWriteTime;
22 }
23}
FileAttributes fileAttributes
Definition MonoIOStat.cs:9