Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IsolatedStorageScope.cs
Go to the documentation of this file.
1
namespace
System.IO.IsolatedStorage
;
2
3
[Flags]
4
public
enum
IsolatedStorageScope
5
{
6
None
= 0,
7
User
= 1,
8
Domain
= 2,
9
Assembly
= 4,
10
Roaming
= 8,
11
Machine
= 0x10,
12
Application
= 0x20
13
}
System.IO.IsolatedStorage.IsolatedStorageScope
IsolatedStorageScope
Definition
IsolatedStorageScope.cs:5
System.IO.IsolatedStorage.IsolatedStorageScope.Machine
@ Machine
System.IO.IsolatedStorage.IsolatedStorageScope.Roaming
@ Roaming
System.IO.IsolatedStorage.IsolatedStorageScope.None
@ None
System.IO.IsolatedStorage.IsolatedStorageScope.User
@ User
System.IO.IsolatedStorage.IsolatedStorageScope.Assembly
@ Assembly
System.IO.IsolatedStorage.IsolatedStorageScope.Application
@ Application
System.IO.IsolatedStorage.IsolatedStorageScope.Domain
@ Domain
System.IO.IsolatedStorage
Definition
Helper.cs:8
source
System.IO.IsolatedStorage
System.IO.IsolatedStorage
IsolatedStorageScope.cs
Generated by
1.10.0