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
ByReference.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
Cpp2IlInjected
;
4
5
namespace
System
6
{
7
// Token: 0x0200013B RID: 315
8
[
Obsolete
(
"Types with embedded references are not supported in this version of your compiler."
,
true
)]
9
internal
ref struct
ByReference
<T>
10
{
11
// Token: 0x06000CA8 RID: 3240 RVA: 0x0000207A File Offset: 0x0000027A
12
[
Intrinsic
]
13
public
ByReference
(T
value
)
14
{
15
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
16
}
17
18
// Token: 0x17000117 RID: 279
19
// (get) Token: 0x06000CA9 RID: 3241 RVA: 0x0000207A File Offset: 0x0000027A
20
public
T
Value
21
{
22
[
Intrinsic
]
23
get
24
{
25
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
26
}
27
}
28
29
// Token: 0x040004E0 RID: 1248
30
private
IntPtr
_value
;
31
}
32
}
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.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
System.ByReference.ByReference
ByReference(T value)
Definition
ByReference.cs:13
System.ByReference._value
IntPtr _value
Definition
ByReference.cs:30
System.ByReference.Value
T Value
Definition
ByReference.cs:21
System.ByReference
Definition
ByReference.cs:10
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
System
ByReference.cs
Generated by
1.10.0