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
BinaryMethodReturn.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3
5{
6 // Token: 0x02000407 RID: 1031
7 internal sealed class BinaryMethodReturn
8 {
9 // Token: 0x06001FED RID: 8173 RVA: 0x00046198 File Offset: 0x00044398
11 {
12 if (!true)
13 {
14 }
15 }
16
17 // Token: 0x06001FEE RID: 8174 RVA: 0x000461A8 File Offset: 0x000443A8
19 {
20 }
21
22 // Token: 0x06001FEF RID: 8175 RVA: 0x000461C4 File Offset: 0x000443C4
23 public void Write(__BinaryWriter sout)
24 {
25 BinaryWriter dataWriter = sout.dataWriter;
29 Type type = this.returnType;
30 object obj = this.returnValue;
31 IOUtil.WriteWithCode(type, obj, sout);
33 if (this.callContext != null)
34 {
35 }
38 object[] array = this.args;
39 object[] array2 = this.args;
40 Type[] array3 = this.argTypes;
41 object[] array4 = this.args;
42 }
43
44 // Token: 0x06001FF0 RID: 8176 RVA: 0x00046250 File Offset: 0x00044450
45 public void Dump()
46 {
47 }
48
49 // Token: 0x04001072 RID: 4210
50 private object returnValue;
51
52 // Token: 0x04001073 RID: 4211
53 private object[] args;
54
55 // Token: 0x04001074 RID: 4212
56 private object callContext;
57
58 // Token: 0x04001075 RID: 4213
59 private Type[] argTypes;
60
61 // Token: 0x04001076 RID: 4214
62 private bool bArgsPrimitive = true;
63
64 // Token: 0x04001077 RID: 4215
66
67 // Token: 0x04001078 RID: 4216
69
70 // Token: 0x04001079 RID: 4217
71 private static object instanceOfVoid;
72 }
73}
class f__AnonymousType0<< Count > j__TPar
static void WriteWithCode(Type type, object value, __BinaryWriter sout)
Definition IOUtil.cs:28