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

◆ Box()

static AndroidJavaObject UnityEngine._AndroidJNIHelper.Box ( object obj)
inlinestatic

Definition at line 62 of file _AndroidJNIHelper.cs.

63 {
64 Type type;
65 bool isPrimitive = type.IsPrimitive;
66 if ("java.lang.Integer" != null)
67 {
68 return "java.lang.Boolean";
69 }
71 }
class f__AnonymousType0<< Count > j__TPar
bool IsPrimitive
Definition Type.cs:780

References System.Type.IsPrimitive, and j__TPar.

Referenced by UnityEngine.AndroidJavaProxy.Invoke().