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
ArgInfo.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000399 RID: 921
7 internal class ArgInfo
8 {
9 // Token: 0x06001DA7 RID: 7591 RVA: 0x00040B5C File Offset: 0x0003ED5C
10 public ArgInfo(MethodBase method, ArgInfoType type)
11 {
12 this._method = method;
13 int[] paramMap = this._paramMap;
14 }
15
16 // Token: 0x06001DA8 RID: 7592 RVA: 0x00040B90 File Offset: 0x0003ED90
17 public object[] GetInOutArgs(object[] args)
18 {
21 int[] paramMap = this._paramMap;
24 }
25
26 // Token: 0x04000EF1 RID: 3825
27 private int[] _paramMap;
28
29 // Token: 0x04000EF2 RID: 3826
30 private int _inoutArgCount;
31
32 // Token: 0x04000EF3 RID: 3827
34 }
35}
class f__AnonymousType0<< Count > j__TPar
object[] GetInOutArgs(object[] args)
Definition ArgInfo.cs:17
ArgInfo(MethodBase method, ArgInfoType type)
Definition ArgInfo.cs:10