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

◆ InvokeJavaProxyMethod()

static IntPtr UnityEngine._AndroidJNIHelper.InvokeJavaProxyMethod ( AndroidJavaProxy proxy,
IntPtr jmethodName,
IntPtr jargs )
inlinestatic

Definition at line 27 of file _AndroidJNIHelper.cs.

28 {
29 int arrayLength = AndroidJNISafe.GetArrayLength(jmethodName);
30 long num = 0L;
31 IntPtr objectArrayElement = AndroidJNISafe.GetObjectArrayElement(jmethodName, (int)num);
32 throw new MissingMethodException();
33 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.AndroidJNISafe.GetArrayLength(), UnityEngine.AndroidJNISafe.GetObjectArrayElement(), j__TPar, and UnityEngine.L.