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.
1
using
System
;
2
using
Cpp2ILInjected
;
3
4
namespace
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
}
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.IO.FileOptions.None
@ None
System.IO.FileAccess.Write
@ Write
System.IO.FileAccess.ReadWrite
@ ReadWrite
System.IO.FileAccess.Read
@ Read
System.IO.FileShare
FileShare
Definition
FileShare.cs:9
System.IO.FileShare.Inheritable
@ Inheritable
System.IO.FileShare.Delete
@ Delete
System.IO
Definition
__Error.cs:9
System
Definition
__Il2CppComDelegate.cs:6
source
mscorlib
System
IO
FileShare.cs
Generated by
1.10.0