terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ SecurityPermissionFlag

Enumerator
NoFlags 
Assertion 
UnmanagedCode 
SkipVerification 
Execution 
ControlThread 
ControlEvidence 
ControlPolicy 
SerializationFormatter 
ControlDomainPolicy 
ControlPrincipal 
ControlAppDomain 
RemotingConfiguration 
Infrastructure 
BindingRedirects 
AllFlags 

Definition at line 12 of file SecurityPermissionFlag.cs.

13 {
14 [global::Cpp2ILInjected.Token(Token = "0x4000BFF")]
15 NoFlags = 0,
16 [global::Cpp2ILInjected.Token(Token = "0x4000C00")]
17 Assertion = 1,
18 [global::Cpp2ILInjected.Token(Token = "0x4000C01")]
19 UnmanagedCode = 2,
20 [global::Cpp2ILInjected.Token(Token = "0x4000C02")]
22 [global::Cpp2ILInjected.Token(Token = "0x4000C03")]
23 Execution = 8,
24 [global::Cpp2ILInjected.Token(Token = "0x4000C04")]
25 ControlThread = 16,
26 [global::Cpp2ILInjected.Token(Token = "0x4000C05")]
27 ControlEvidence = 32,
28 [global::Cpp2ILInjected.Token(Token = "0x4000C06")]
29 ControlPolicy = 64,
30 [global::Cpp2ILInjected.Token(Token = "0x4000C07")]
32 [global::Cpp2ILInjected.Token(Token = "0x4000C08")]
34 [global::Cpp2ILInjected.Token(Token = "0x4000C09")]
35 ControlPrincipal = 512,
36 [global::Cpp2ILInjected.Token(Token = "0x4000C0A")]
37 ControlAppDomain = 1024,
38 [global::Cpp2ILInjected.Token(Token = "0x4000C0B")]
40 [global::Cpp2ILInjected.Token(Token = "0x4000C0C")]
41 Infrastructure = 4096,
42 [global::Cpp2ILInjected.Token(Token = "0x4000C0D")]
43 BindingRedirects = 8192,
44 [global::Cpp2ILInjected.Token(Token = "0x4000C0E")]
45 AllFlags = 16383
46 }