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

Static Public Member Functions

static bool IsPrimitive (Type t)
 
static bool IsAssignableFrom (Type t, Type from)
 
static IntPtr GetConstructorMember (IntPtr jclass, string signature)
 
static IntPtr GetMethodMember (IntPtr jclass, string methodName, string signature, bool isStatic)
 
static IntPtr GetFieldMember (IntPtr jclass, string fieldName, string signature, bool isStatic)
 
static IntPtr GetFieldClass (IntPtr field)
 
static string GetFieldSignature (IntPtr field)
 
static IntPtr NewProxyInstance (IntPtr delegateHandle, IntPtr interfaze)
 
static void SetNativeExceptionOnProxy (IntPtr proxy, Exception e, bool methodNotFound)
 

Static Private Member Functions

static IntPtr GetStaticMethodID (string clazz, string methodName, string signature)
 
static IntPtr GetMethodID (string clazz, string methodName, string signature)
 
static AndroidReflection ()
 

Static Private Attributes

static readonly GlobalJavaObjectRef s_ReflectionHelperClass
 
static readonly IntPtr s_ReflectionHelperGetConstructorID
 
static readonly IntPtr s_ReflectionHelperGetMethodID
 
static readonly IntPtr s_ReflectionHelperGetFieldID
 
static readonly IntPtr s_ReflectionHelperGetFieldSignature
 
static readonly IntPtr s_ReflectionHelperNewProxyInstance
 
static readonly IntPtr s_ReflectionHelperSetNativeExceptionOnProxy
 
static readonly IntPtr s_FieldGetDeclaringClass
 

Detailed Description

Definition at line 9 of file AndroidReflection.cs.


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