Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ResourceScope.cs
Go to the documentation of this file.
1
namespace
System.Runtime.Versioning
;
2
3
[Flags]
4
public
enum
ResourceScope
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
ResourceScope
Definition
ResourceScope.cs:5
System.Runtime.Versioning.ResourceScope.Machine
@ Machine
System.Runtime.Versioning.ResourceScope.Private
@ Private
System.Runtime.Versioning.ResourceScope.Library
@ Library
System.Runtime.Versioning.ResourceScope.Assembly
@ Assembly
System.Runtime.Versioning.ComponentGuaranteesOptions.None
@ None
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
source
System.Private.CoreLib
System.Runtime.Versioning
ResourceScope.cs
Generated by
1.10.0