Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
LoaderOptimization.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
public
enum
LoaderOptimization
4
{
5
[Obsolete(
"LoaderOptimization.DisallowBindings has been deprecated and is not supported."
)]
6
DisallowBindings
= 4,
7
[Obsolete(
"LoaderOptimization.DomainMask has been deprecated and is not supported."
)]
8
DomainMask
= 3,
9
MultiDomain
= 2,
10
MultiDomainHost
= 3,
11
NotSpecified
= 0,
12
SingleDomain
= 1
13
}
3
public
enum
LoaderOptimization
{
…
};
System.LoaderOptimization
LoaderOptimization
Definition
LoaderOptimization.cs:4
System.LoaderOptimization.NotSpecified
@ NotSpecified
System.LoaderOptimization.MultiDomain
@ MultiDomain
System.LoaderOptimization.MultiDomainHost
@ MultiDomainHost
System.LoaderOptimization.DomainMask
@ DomainMask
System.LoaderOptimization.SingleDomain
@ SingleDomain
System.LoaderOptimization.DisallowBindings
@ DisallowBindings
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
LoaderOptimization.cs
Generated by
1.10.0