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
ParallelForAction.cs
Go to the documentation of this file.
1using System;
3
4namespace ReLogic.Threading
5{
6 // Token: 0x02000B10 RID: 2832
7 public sealed class ParallelForAction : MulticastDelegate
8 {
9 // Token: 0x0600530D RID: 21261 RVA: 0x00283DF0 File Offset: 0x00281FF0
10 public ParallelForAction(object @object, IntPtr method)
11 {
13 this.m_target = @object;
15 this.method_code = this;
16 }
17
18 // Token: 0x0600530E RID: 21262 RVA: 0x00283E44 File Offset: 0x00282044
19 public void Invoke(int fromInclusive, int toExclusive, object context)
20 {
23 IntPtr method = this.method;
24 }
25
26 // Token: 0x0600530F RID: 21263 RVA: 0x000021DB File Offset: 0x000003DB
27 public IAsyncResult BeginInvoke(int fromInclusive, int toExclusive, object context, AsyncCallback callback, object @object)
28 {
29 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
30 }
31
32 // Token: 0x06005310 RID: 21264 RVA: 0x00283E68 File Offset: 0x00282068
33 public void EndInvoke(IAsyncResult result)
34 {
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar
IAsyncResult BeginInvoke(int fromInclusive, int toExclusive, object context, AsyncCallback callback, object @object)
ParallelForAction(object @object, IntPtr method)
void Invoke(int fromInclusive, int toExclusive, object context)
void EndInvoke(IAsyncResult result)
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371