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
TrackingServices.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000358 RID: 856
8 [ComVisible(true)]
9 public class TrackingServices
10 {
11 // Token: 0x06001C8B RID: 7307 RVA: 0x0003E170 File Offset: 0x0003C370
12 internal static void NotifyMarshaledObject(object obj, ObjRef or)
13 {
14 if (!true)
15 {
16 }
17 throw new InvalidCastException();
18 }
19
20 // Token: 0x06001C8C RID: 7308 RVA: 0x0003E1A8 File Offset: 0x0003C3A8
21 internal static void NotifyUnmarshaledObject(object obj, ObjRef or)
22 {
23 if (!true)
24 {
25 }
26 throw new InvalidCastException();
27 }
28
29 // Token: 0x06001C8D RID: 7309 RVA: 0x0003E1E0 File Offset: 0x0003C3E0
30 internal static void NotifyDisconnectedObject(object obj)
31 {
32 if (!true)
33 {
34 }
35 throw new InvalidCastException();
36 }
37
38 // Token: 0x06001C8E RID: 7310 RVA: 0x0003E218 File Offset: 0x0003C418
39 // Note: this type is marked as 'beforefieldinit'.
41 {
42 }
43
44 // Token: 0x04000E7A RID: 3706
45 private static ArrayList _handlers;
46 }
47}
class f__AnonymousType0<< Count > j__TPar
static void NotifyUnmarshaledObject(object obj, ObjRef or)
static void NotifyMarshaledObject(object obj, ObjRef or)