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

◆ MethodImplAttributes

Enumerator
CodeTypeMask 
IL 
Native 
OPTIL 
Runtime 
ManagedMask 
Unmanaged 
Managed 
ForwardRef 
PreserveSig 
InternalCall 
Synchronized 
NoInlining 
AggressiveInlining 
NoOptimization 
MaxMethodImplVal 
SecurityMitigations 

Definition at line 7 of file MethodImplAttributes.cs.

8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40013D7")]
10 CodeTypeMask = 3,
11 [global::Cpp2ILInjected.Token(Token = "0x40013D8")]
12 IL = 0,
13 [global::Cpp2ILInjected.Token(Token = "0x40013D9")]
14 Native,
15 [global::Cpp2ILInjected.Token(Token = "0x40013DA")]
16 OPTIL,
17 [global::Cpp2ILInjected.Token(Token = "0x40013DB")]
18 Runtime,
19 [global::Cpp2ILInjected.Token(Token = "0x40013DC")]
21 [global::Cpp2ILInjected.Token(Token = "0x40013DD")]
22 Unmanaged = 4,
23 [global::Cpp2ILInjected.Token(Token = "0x40013DE")]
24 Managed = 0,
25 [global::Cpp2ILInjected.Token(Token = "0x40013DF")]
26 ForwardRef = 16,
27 [global::Cpp2ILInjected.Token(Token = "0x40013E0")]
28 PreserveSig = 128,
29 [global::Cpp2ILInjected.Token(Token = "0x40013E1")]
30 InternalCall = 4096,
31 [global::Cpp2ILInjected.Token(Token = "0x40013E2")]
32 Synchronized = 32,
33 [global::Cpp2ILInjected.Token(Token = "0x40013E3")]
34 NoInlining = 8,
35 [global::Cpp2ILInjected.Token(Token = "0x40013E4")]
37 [global::Cpp2ILInjected.Token(Token = "0x40013E5")]
38 NoOptimization = 64,
39 [global::Cpp2ILInjected.Token(Token = "0x40013E6")]
40 MaxMethodImplVal = 65535,
41 [global::Cpp2ILInjected.Token(Token = "0x40013E7")]
43 }