Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsolatedStorageScope
enum
System.IO.IsolatedStorage.IsolatedStorageScope
Enumerator
None
User
Domain
Assembly
Roaming
Machine
Application
Definition at line
4
of file
IsolatedStorageScope.cs
.
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.Roaming
@ Roaming
System.IO.IsolatedStorage.IsolatedStorageScope.User
@ User
System.IO.IsolatedStorage.IsolatedStorageScope.Assembly
@ Assembly
System.IO.IsolatedStorage.IsolatedStorageScope.Domain
@ Domain
System
IO
IsolatedStorage
Generated by
1.10.0