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 Reference
+ Collaboration diagram for UnityEngine.AndroidJNIHelper:

Static Public Member Functions

static IntPtr GetConstructorID (IntPtr javaClass)
 
static IntPtr GetConstructorID (IntPtr javaClass, [DefaultValue(null)] string signature)
 
static IntPtr GetMethodID (IntPtr javaClass, string methodName)
 
static IntPtr GetMethodID (IntPtr javaClass, string methodName, [DefaultValue(null)] string signature)
 
static IntPtr GetMethodID (IntPtr javaClass, string methodName, [DefaultValue(null)] string signature, [DefaultValue("false")] bool isStatic)
 
static IntPtr GetFieldID (IntPtr javaClass, string fieldName)
 
static IntPtr GetFieldID (IntPtr javaClass, string fieldName, [DefaultValue(null)] string signature)
 
static IntPtr GetFieldID (IntPtr javaClass, string fieldName, [DefaultValue(null)] string signature, [DefaultValue("false")] bool isStatic)
 
static IntPtr CreateJavaRunnable (AndroidJavaRunnable jrunnable)
 
static IntPtr CreateJavaProxy (AndroidJavaProxy proxy)
 
static IntPtr ConvertToJNIArray (Array array)
 
static jvalue[] CreateJNIArgArray (object[] args)
 
static void DeleteJNIArgArray (object[] args, jvalue[] jniArgs)
 
static IntPtr GetConstructorID (IntPtr jclass, object[] args)
 
static IntPtr GetMethodID (IntPtr jclass, string methodName, object[] args, bool isStatic)
 
static string GetSignature (object obj)
 
static string GetSignature (object[] args)
 
static ArrayType ConvertFromJNIArray< ArrayType > (IntPtr array)
 
static IntPtr GetMethodID< ReturnType > (IntPtr jclass, string methodName, object[] args, bool isStatic)
 
static IntPtr GetFieldID< FieldType > (IntPtr jclass, string fieldName, bool isStatic)
 
static string GetSignature< ReturnType > (object[] args)
 

Properties

static bool debug [get, set]
 

Detailed Description

Definition at line 17 of file AndroidJNIHelper.cs.


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