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
CallingConventions.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Reflection
4
{
5
// Token: 0x020004CB RID: 1227
6
[Flags]
7
public
enum
CallingConventions
8
{
9
// Token: 0x04001380 RID: 4992
10
Standard
= 1,
11
// Token: 0x04001381 RID: 4993
12
VarArgs
= 2,
13
// Token: 0x04001382 RID: 4994
14
Any
= 3,
15
// Token: 0x04001383 RID: 4995
16
HasThis
= 32,
17
// Token: 0x04001384 RID: 4996
18
ExplicitThis
= 64
19
}
20
}
System.Reflection.CallingConventions
CallingConventions
Definition
CallingConventions.cs:8
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:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Reflection
CallingConventions.cs
Generated by
1.10.0