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
ISynchronizeInvoke.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200033E RID: 830
6 public interface ISynchronizeInvoke
7 {
8 // Token: 0x170004EF RID: 1263
9 // (get) Token: 0x060015A1 RID: 5537
10 bool InvokeRequired { get; }
11
12 // Token: 0x060015A2 RID: 5538
13 IAsyncResult BeginInvoke(Delegate method, object[] args);
14
15 // Token: 0x060015A3 RID: 5539
16 object EndInvoke(IAsyncResult result);
17
18 // Token: 0x060015A4 RID: 5540
19 object Invoke(Delegate method, object[] args);
20 }
21}
IAsyncResult BeginInvoke(Delegate method, object[] args)
object Invoke(Delegate method, object[] args)
object EndInvoke(IAsyncResult result)