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
ConstructionResponse.cs
Go to the documentation of this file.
1using System;
6
8{
9 // Token: 0x020003A5 RID: 933
10 [ComVisible(true)]
11 [CLSCompliant(false)]
14 {
15 // Token: 0x06001DF6 RID: 7670 RVA: 0x0004184C File Offset: 0x0003FA4C
19
20 // Token: 0x06001DF7 RID: 7671 RVA: 0x0004185C File Offset: 0x0003FA5C
22 : base(e, msg)
23 {
24 }
25
26 // Token: 0x06001DF8 RID: 7672 RVA: 0x00041874 File Offset: 0x0003FA74
28 : base(info, context)
29 {
30 }
31
32 // Token: 0x170003AC RID: 940
33 // (get) Token: 0x06001DF9 RID: 7673 RVA: 0x0004188C File Offset: 0x0003FA8C
34 public override IDictionary Properties
35 {
36 get
37 {
38 return base.Properties;
39 }
40 }
41 }
42}
class f__AnonymousType0<< Count > j__TPar
ConstructionResponse(Exception e, IMethodCallMessage msg)
ConstructionResponse(object resultObject, LogicalCallContext callCtx, IMethodCallMessage msg)
ConstructionResponse(SerializationInfo info, StreamingContext context)