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
CADMethodCallMessage.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200039F RID: 927
9 {
10 // Token: 0x170003A1 RID: 929
11 // (get) Token: 0x06001DCE RID: 7630 RVA: 0x00041134 File Offset: 0x0003F334
12 internal string Uri
13 {
14 get
15 {
16 return this._uri;
17 }
18 }
19
20 // Token: 0x06001DCF RID: 7631 RVA: 0x0000207A File Offset: 0x0000027A
22 {
23 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
24 }
25
26 // Token: 0x06001DD0 RID: 7632 RVA: 0x00041148 File Offset: 0x0003F348
31
32 // Token: 0x06001DD1 RID: 7633 RVA: 0x00041188 File Offset: 0x0003F388
34 {
35 while (this._serializedArgs != null)
36 {
37 byte[] serializedArgs = this._serializedArgs;
38 object obj;
39 if (obj != null && obj == null)
40 {
41 throw new InvalidCastException();
42 }
43 }
44 }
45
46 // Token: 0x06001DD2 RID: 7634 RVA: 0x000411B4 File Offset: 0x0003F3B4
47 internal object[] GetArgs(ArrayList args)
48 {
49 object[] args2 = this._args;
50 return base.UnmarshalArguments(args2, args);
51 }
52
53 // Token: 0x170003A2 RID: 930
54 // (get) Token: 0x06001DD3 RID: 7635 RVA: 0x000411D0 File Offset: 0x0003F3D0
55 internal int PropertiesCount
56 {
57 get
58 {
59 return this._propertyCount;
60 }
61 }
62
63 // Token: 0x04000F12 RID: 3858
64 private string _uri;
65 }
66}
class f__AnonymousType0<< Count > j__TPar
static CADMethodCallMessage Create(IMessage callMsg)