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
LoadAssetDelegate.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
ReLogic.Content
5
{
6
// Token: 0x02000B4C RID: 2892
7
public
sealed
class
LoadAssetDelegate
<T> :
MulticastDelegate
where
T :
class
8
{
9
// Token: 0x0600541B RID: 21531 RVA: 0x0028565C File Offset: 0x0028385C
10
public
LoadAssetDelegate
(
object
@
object
,
IntPtr
method
)
11
{
12
}
13
14
// Token: 0x0600541C RID: 21532 RVA: 0x00285678 File Offset: 0x00283878
15
public
void
Invoke
(
bool
loadedSuccessfully
, T
theAsset
)
16
{
17
}
18
19
// Token: 0x0600541D RID: 21533 RVA: 0x000021DB File Offset: 0x000003DB
20
public
IAsyncResult
BeginInvoke
(
bool
loadedSuccessfully
, T
theAsset
,
AsyncCallback
callback,
object
@
object
)
21
{
22
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
23
}
24
25
// Token: 0x0600541E RID: 21534 RVA: 0x00285688 File Offset: 0x00283888
26
public
void
EndInvoke
(
IAsyncResult
result)
27
{
28
}
29
}
30
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
ReLogic.Content.LoadAssetDelegate.BeginInvoke
IAsyncResult BeginInvoke(bool loadedSuccessfully, T theAsset, AsyncCallback callback, object @object)
Definition
LoadAssetDelegate.cs:20
ReLogic.Content.LoadAssetDelegate.EndInvoke
void EndInvoke(IAsyncResult result)
Definition
LoadAssetDelegate.cs:26
ReLogic.Content.LoadAssetDelegate.LoadAssetDelegate
LoadAssetDelegate(object @object, IntPtr method)
Definition
LoadAssetDelegate.cs:10
ReLogic.Content.LoadAssetDelegate.Invoke
void Invoke(bool loadedSuccessfully, T theAsset)
Definition
LoadAssetDelegate.cs:15
ReLogic.Content.LoadAssetDelegate
Definition
LoadAssetDelegate.cs:8
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
ReLogic.Content
Definition
Asset.cs:7
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
ReLogic
Content
LoadAssetDelegate.cs
Generated by
1.10.0