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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
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
{
12
this._dataPos
=
dataPos
;
13
this._value
=
value
;
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
{
37
this._value
=
value
;
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Resources.ResourceTypeCode
ResourceTypeCode
Definition
ResourceTypeCode.cs:7
System.Resources
Definition
FastResourceComparer.cs:6
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
System.Resources.ResourceLocator._dataPos
int _dataPos
Definition
ResourceLocator.cs:51
System.Resources.ResourceLocator.Value
object Value
Definition
ResourceLocator.cs:30
System.Resources.ResourceLocator.CanCache
static bool CanCache(ResourceTypeCode value)
Definition
ResourceLocator.cs:42
System.Resources.ResourceLocator._value
object _value
Definition
ResourceLocator.cs:48
System.Resources.ResourceLocator.DataPosition
int DataPosition
Definition
ResourceLocator.cs:19
System.Resources.ResourceLocator.ResourceLocator
ResourceLocator(int dataPos, object value)
Definition
ResourceLocator.cs:10
System.Resources.ResourceLocator
Definition
ResourceLocator.cs:8
source
mscorlib
System
Resources
ResourceLocator.cs
Generated by
1.10.0