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
ObjectConstructor.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
using
Newtonsoft.Json.Shims
;
4
5
namespace
Newtonsoft.Json.Serialization
6
{
7
// Token: 0x020000B6 RID: 182
8
[
Preserve
]
9
public
sealed
class
ObjectConstructor
<T> :
MulticastDelegate
10
{
11
// Token: 0x060006C0 RID: 1728 RVA: 0x00011EC4 File Offset: 0x000100C4
12
public
ObjectConstructor
(
object
@
object
,
IntPtr
method
)
13
{
14
}
15
16
// Token: 0x060006C1 RID: 1729 RVA: 0x0000212A File Offset: 0x0000032A
17
public
object
Invoke
(
params
object
[] args)
18
{
19
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
20
}
21
22
// Token: 0x060006C2 RID: 1730 RVA: 0x0000212A File Offset: 0x0000032A
23
public
IAsyncResult
BeginInvoke
(
object
[] args,
AsyncCallback
callback,
object
@
object
)
24
{
25
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
26
}
27
28
// Token: 0x060006C3 RID: 1731 RVA: 0x0000212A File Offset: 0x0000032A
29
public
object
EndInvoke
(
IAsyncResult
result)
30
{
31
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
32
}
33
}
34
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Newtonsoft.Json.Serialization.ObjectConstructor.BeginInvoke
IAsyncResult BeginInvoke(object[] args, AsyncCallback callback, object @object)
Definition
ObjectConstructor.cs:23
Newtonsoft.Json.Serialization.ObjectConstructor.Invoke
object Invoke(params object[] args)
Definition
ObjectConstructor.cs:17
Newtonsoft.Json.Serialization.ObjectConstructor.EndInvoke
object EndInvoke(IAsyncResult result)
Definition
ObjectConstructor.cs:29
Newtonsoft.Json.Serialization.ObjectConstructor.ObjectConstructor
ObjectConstructor(object @object, IntPtr method)
Definition
ObjectConstructor.cs:12
Newtonsoft.Json.Serialization.ObjectConstructor
Definition
ObjectConstructor.cs:10
System.AsyncCallback
Definition
AsyncCallback.cs:9
System.Delegate.method
IntPtr method
Definition
Delegate.cs:377
System.MulticastDelegate
Definition
MulticastDelegate.cs:13
System.IAsyncResult
Definition
IAsyncResult.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Newtonsoft.Json.Serialization
Definition
CachedAttributeGetter.cs:7
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
Newtonsoft.Json
Serialization
ObjectConstructor.cs
Generated by
1.10.0