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
ResourceLocator.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Resources
5{
6 // Token: 0x020004B6 RID: 1206
7 internal struct ResourceLocator
8 {
9 // Token: 0x06002326 RID: 8998 RVA: 0x0004F4CC File Offset: 0x0004D6CC
10 internal ResourceLocator(int dataPos, object value)
11 {
14 }
15
16 // Token: 0x17000492 RID: 1170
17 // (get) Token: 0x06002327 RID: 8999 RVA: 0x0004F4E8 File Offset: 0x0004D6E8
18 internal int DataPosition
19 {
20 get
21 {
22 return this._dataPos;
23 }
24 }
25
26 // Token: 0x17000493 RID: 1171
27 // (get) Token: 0x06002328 RID: 9000 RVA: 0x0000207A File Offset: 0x0000027A
28 // (set) Token: 0x06002329 RID: 9001 RVA: 0x0004F4FC File Offset: 0x0004D6FC
29 internal object Value
30 {
31 get
32 {
33 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
34 }
35 set
36 {
38 }
39 }
40
41 // Token: 0x0600232A RID: 9002 RVA: 0x0000207A File Offset: 0x0000027A
42 internal static bool CanCache(ResourceTypeCode value)
43 {
44 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
45 }
46
47 // Token: 0x0400133D RID: 4925
48 internal object _value;
49
50 // Token: 0x0400133E RID: 4926
51 internal int _dataPos;
52 }
53}
class f__AnonymousType0<< Count > j__TPar
static bool CanCache(ResourceTypeCode value)
ResourceLocator(int dataPos, object value)