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

◆ SecurityAction

Enumerator
Demand 
Assert 
Deny 
PermitOnly 
LinkDemand 
InheritanceDemand 
RequestMinimum 
RequestOptional 
RequestRefuse 

Definition at line 11 of file SecurityAction.cs.

12 {
13 [global::Cpp2ILInjected.Token(Token = "0x4000BF2")]
14 Demand = 2,
15 [global::Cpp2ILInjected.Token(Token = "0x4000BF3")]
16 Assert,
17 [global::System.Obsolete("This requests should not be used")]
18 [global::Cpp2ILInjected.Token(Token = "0x4000BF4")]
19 Deny,
20 [global::Cpp2ILInjected.Token(Token = "0x4000BF5")]
22 [global::Cpp2ILInjected.Token(Token = "0x4000BF6")]
24 [global::Cpp2ILInjected.Token(Token = "0x4000BF7")]
26 [global::System.Obsolete("This requests should not be used")]
27 [global::Cpp2ILInjected.Token(Token = "0x4000BF8")]
29 [global::System.Obsolete("This requests should not be used")]
30 [global::Cpp2ILInjected.Token(Token = "0x4000BF9")]
32 [global::System.Obsolete("This requests should not be used")]
33 [global::Cpp2ILInjected.Token(Token = "0x4000BFA")]
35 }