terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
UnityEngine._AndroidJNIHelper Class Referencesealed
+ Collaboration diagram for UnityEngine._AndroidJNIHelper:

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 11 of file _AndroidJNIHelper.cs.


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