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
BinaryMethodCall.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3
5{
6 // Token: 0x02000406 RID: 1030
7 internal sealed class BinaryMethodCall
8 {
9 // Token: 0x06001FEA RID: 8170 RVA: 0x000460EC File Offset: 0x000442EC
10 internal void Write(__BinaryWriter sout)
11 {
12 BinaryWriter dataWriter = sout.dataWriter;
18 if (this.callContext != null)
19 {
20 }
23 object[] array = this.args;
24 object[] array2 = this.args;
25 Type[] array3 = this.argTypes;
26 object[] array4 = this.args;
27 }
28
29 // Token: 0x06001FEB RID: 8171 RVA: 0x0004616C File Offset: 0x0004436C
30 internal void Dump()
31 {
32 }
33
34 // Token: 0x06001FEC RID: 8172 RVA: 0x0004617C File Offset: 0x0004437C
36 {
37 }
38
39 // Token: 0x0400106B RID: 4203
40 private string methodName;
41
42 // Token: 0x0400106C RID: 4204
43 private string typeName;
44
45 // Token: 0x0400106D RID: 4205
46 private object[] args;
47
48 // Token: 0x0400106E RID: 4206
49 private object callContext;
50
51 // Token: 0x0400106F RID: 4207
52 private Type[] argTypes;
53
54 // Token: 0x04001070 RID: 4208
55 private bool bArgsPrimitive = true;
56
57 // Token: 0x04001071 RID: 4209
59 }
60}
class f__AnonymousType0<< Count > j__TPar
static void WriteStringWithCode(string value, __BinaryWriter sout)
Definition IOUtil.cs:17