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

◆ ConvertToJNIArray()

static IntPtr UnityEngine._AndroidJNIHelper.ConvertToJNIArray ( Array array)
inlinestatic

Definition at line 79 of file _AndroidJNIHelper.cs.

80 {
81 Type type;
82 bool isPrimitive = type.IsPrimitive;
83 Type type2;
84 if (type2 == null)
85 {
86 throw new InvalidCastException();
87 }
88 IntPtr intPtr = AndroidJNISafe.FindClass("java/lang/Object");
89 long num;
90 if (num != 0L)
91 {
92 }
93 AndroidJNISafe.DeleteLocalRef(intPtr);
95 return intPtr2;
96 }
class f__AnonymousType0<< Count > j__TPar
bool IsPrimitive
Definition Type.cs:780

References UnityEngine.AndroidJNISafe.DeleteLocalRef(), UnityEngine.AndroidJNISafe.FindClass(), System.Type.IsPrimitive, j__TPar, and UnityEngine.L.