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
CallingConventions.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
4
namespace
System.Reflection
5
{
6
[global::System.Flags]
7
[global::Cpp2ILInjected.Token(Token =
"0x20004CB"
)]
8
public
enum
CallingConventions
9
{
10
[global::Cpp2ILInjected.Token(Token =
"0x4001380"
)]
11
Standard
= 1,
12
[global::Cpp2ILInjected.Token(Token =
"0x4001381"
)]
13
VarArgs
= 2,
14
[global::Cpp2ILInjected.Token(Token =
"0x4001382"
)]
15
Any
= 3,
16
[global::Cpp2ILInjected.Token(Token =
"0x4001383"
)]
17
HasThis
= 32,
18
[global::Cpp2ILInjected.Token(Token =
"0x4001384"
)]
19
ExplicitThis
= 64
20
}
21
}
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Reflection.CallingConventions
CallingConventions
Definition
CallingConventions.cs:9
System.Reflection.CallingConventions.ExplicitThis
@ ExplicitThis
System.Reflection.CallingConventions.VarArgs
@ VarArgs
System.Reflection.CallingConventions.HasThis
@ HasThis
System.Reflection.CallingConventions.Standard
@ Standard
System.Reflection.CallingConventions.Any
@ Any
System.Reflection
Definition
AmbiguousMatchException.cs:8
System
Definition
__Il2CppComDelegate.cs:6
source
mscorlib
System
Reflection
CallingConventions.cs
Generated by
1.10.0