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
UnityEngine._AndroidJNIHelper Class Referencesealed

Public Member Functions

 _AndroidJNIHelper ()
 

Static Public Member Functions

static IntPtr CreateJavaProxy (IntPtr delegateHandle, AndroidJavaProxy proxy)
 
static IntPtr CreateJavaRunnable (AndroidJavaRunnable jrunnable)
 
static IntPtr InvokeJavaProxyMethod (AndroidJavaProxy proxy, IntPtr jmethodName, IntPtr jargs)
 
static jvalue[] CreateJNIArgArray (object[] args)
 
static object UnboxArray (AndroidJavaObject obj)
 
static object Unbox (AndroidJavaObject obj)
 
static AndroidJavaObject Box (object obj)
 
static void DeleteJNIArgArray (object[] args, jvalue[] jniArgs)
 
static IntPtr ConvertToJNIArray (Array array)
 
static ArrayType ConvertFromJNIArray< ArrayType > (IntPtr array)
 
static IntPtr GetConstructorID (IntPtr jclass, object[] args)
 
static IntPtr GetMethodID (IntPtr jclass, string methodName, object[] args, bool isStatic)
 
static IntPtr GetMethodID< ReturnType > (IntPtr jclass, string methodName, object[] args, bool isStatic)
 
static IntPtr GetFieldID< ReturnType > (IntPtr jclass, string fieldName, bool isStatic)
 
static IntPtr GetConstructorID (IntPtr jclass, string signature)
 
static IntPtr GetMethodID (IntPtr jclass, string methodName, string signature, bool isStatic)
 
static IntPtr GetFieldID (IntPtr jclass, string fieldName, string signature, bool isStatic)
 
static string GetSignature (object obj)
 
static string GetSignature (object[] args)
 
static string GetSignature< ReturnType > (object[] args)
 

Static Private Member Functions

static IntPtr GetMethodIDFallback (IntPtr jclass, string methodName, string signature, bool isStatic)
 

Detailed Description

Definition at line 9 of file _AndroidJNIHelper.cs.


The documentation for this class was generated from the following file: