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
AndroidJavaRunnableProxy.cs
Go to the documentation of this file.
1using System;
2
3namespace UnityEngine
4{
5 // Token: 0x02000006 RID: 6
7 {
8 // Token: 0x0600006A RID: 106 RVA: 0x00003578 File Offset: 0x00001778
10 {
11 if (!true)
12 {
13 }
14 base..ctor("java/lang/Runnable");
16 }
17
18 // Token: 0x0600006B RID: 107 RVA: 0x0000359C File Offset: 0x0000179C
19 public void run()
20 {
22 IntPtr invoke_impl = androidJavaRunnable.invoke_impl;
23 IntPtr method_code = androidJavaRunnable.method_code;
24 IntPtr method = androidJavaRunnable.method;
25 }
26
27 // Token: 0x04000004 RID: 4
29 }
30}
class f__AnonymousType0<< Count > j__TPar
AndroidJavaRunnableProxy(AndroidJavaRunnable runnable)