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.
1using System;
2
3namespace System.Reflection
4{
5 // Token: 0x020004CB RID: 1227
6 [Flags]
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}