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
FileShare.cs
Go to the documentation of this file.
1using System;
3
4namespace System.IO
5{
6 [global::System.Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x2000537")]
8 public enum FileShare
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x400157D")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x400157E")]
13 Read = 1,
14 [global::Cpp2ILInjected.Token(Token = "0x400157F")]
15 Write = 2,
16 [global::Cpp2ILInjected.Token(Token = "0x4001580")]
17 ReadWrite = 3,
18 [global::Cpp2ILInjected.Token(Token = "0x4001581")]
19 Delete = 4,
20 [global::Cpp2ILInjected.Token(Token = "0x4001582")]
21 Inheritable = 16
22 }
23}