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
MarshalByRefObject.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 // Token: 0x0200017F RID: 383
9 [ComVisible(true)]
11 [StructLayout(0)]
12 public abstract class MarshalByRefObject
13 {
14 // Token: 0x06000F07 RID: 3847 RVA: 0x000200B4 File Offset: 0x0001E2B4
16 {
17 }
18
19 // Token: 0x1700015C RID: 348
20 // (get) Token: 0x06000F08 RID: 3848 RVA: 0x0000207A File Offset: 0x0000027A
21 // (set) Token: 0x06000F09 RID: 3849 RVA: 0x0000207A File Offset: 0x0000027A
23 {
24 get
25 {
26 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
27 }
28 set
29 {
30 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
31 }
32 }
33
34 // Token: 0x06000F0A RID: 3850 RVA: 0x0000207A File Offset: 0x0000027A
36 {
37 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
38 }
39
40 // Token: 0x06000F0B RID: 3851 RVA: 0x0000207A File Offset: 0x0000027A
41 public virtual object InitializeLifetimeService()
42 {
43 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
44 }
45
46 // Token: 0x0400067C RID: 1660
48 private object _identity;
49 }
50}
class f__AnonymousType0<< Count > j__TPar
virtual object InitializeLifetimeService()
virtual ObjRef CreateObjRef(Type requestedType)