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
CrossAppDomainData.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000376 RID: 886
7 internal class CrossAppDomainData
8 {
9 // Token: 0x06001D2A RID: 7466 RVA: 0x0003FD54 File Offset: 0x0003DF54
11 {
13 if (!true)
14 {
15 }
16 string processId = RemotingConfiguration.ProcessId;
17 this._processGuid = processId;
18 }
19
20 // Token: 0x17000369 RID: 873
21 // (get) Token: 0x06001D2B RID: 7467 RVA: 0x0003FD80 File Offset: 0x0003DF80
22 internal int DomainID
23 {
24 get
25 {
26 return this._DomainID;
27 }
28 }
29
30 // Token: 0x1700036A RID: 874
31 // (get) Token: 0x06001D2C RID: 7468 RVA: 0x0003FD94 File Offset: 0x0003DF94
32 internal string ProcessID
33 {
34 get
35 {
36 return this._processGuid;
37 }
38 }
39
40 // Token: 0x04000EBB RID: 3771
41 private object _ContextID;
42
43 // Token: 0x04000EBC RID: 3772
44 private int _DomainID;
45
46 // Token: 0x04000EBD RID: 3773
47 private string _processGuid;
48 }
49}
class f__AnonymousType0<< Count > j__TPar