Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ResourceScope
enum
System.Runtime.Versioning.ResourceScope
Enumerator
None
Machine
Process
AppDomain
Library
Private
Assembly
Definition at line
4
of file
ResourceScope.cs
.
5
{
6
None = 0,
7
Machine = 1,
8
Process = 2,
9
AppDomain
= 4,
10
Library
= 8,
11
Private = 0x10,
12
Assembly = 0x20
13
}
System.AppDomain
Definition
AppDomain.cs:17
System.Runtime.Versioning.ResourceScope.Library
@ Library
System
Runtime
Versioning
Generated by
1.10.0