terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
CallingConvention.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.InteropServices
4
{
5
// Token: 0x0200044C RID: 1100
6
[
ComVisible
(
true
)]
7
[
Serializable
]
8
public
enum
CallingConvention
9
{
10
// Token: 0x04001276 RID: 4726
11
Winapi
= 1,
12
// Token: 0x04001277 RID: 4727
13
Cdecl
,
14
// Token: 0x04001278 RID: 4728
15
StdCall
,
16
// Token: 0x04001279 RID: 4729
17
ThisCall
,
18
// Token: 0x0400127A RID: 4730
19
FastCall
20
}
21
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.InteropServices.CallingConvention
CallingConvention
Definition
CallingConvention.cs:9
System.Runtime.InteropServices.CallingConvention.FastCall
@ FastCall
System.Runtime.InteropServices.CallingConvention.StdCall
@ StdCall
System.Runtime.InteropServices.CallingConvention.Winapi
@ Winapi
System.Runtime.InteropServices.CallingConvention.ThisCall
@ ThisCall
System.Runtime.InteropServices.CallingConvention.Cdecl
@ Cdecl
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
InteropServices
CallingConvention.cs
Generated by
1.10.0