Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RegistrationClassContext.cs
Go to the documentation of this file.
2
3[Flags]
5{
8 LocalServer = 4,
10 RemoteServer = 0x10,
11 InProcessHandler16 = 0x20,
12 Reserved1 = 0x40,
13 Reserved2 = 0x80,
14 Reserved3 = 0x100,
15 Reserved4 = 0x200,
16 NoCodeDownload = 0x400,
17 Reserved5 = 0x800,
18 NoCustomMarshal = 0x1000,
19 EnableCodeDownload = 0x2000,
20 NoFailureLog = 0x4000,
23 FromDefaultContext = 0x20000
24}