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

◆ GetMethodID()

static IntPtr UnityEngine.AndroidReflection.GetMethodID ( string clazz,
string methodName,
string signature )
inlinestaticprivate

Definition at line 33 of file AndroidReflection.cs.

34 {
36 IntPtr methodID = AndroidJNISafe.GetMethodID(intPtr, clazz, methodName);
37 AndroidJNISafe.DeleteLocalRef(intPtr);
38 return methodID;
39 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.AndroidJNISafe.DeleteLocalRef(), UnityEngine.AndroidJNISafe.GetMethodID(), and j__TPar.

Referenced by UnityEngine.AndroidReflection.AndroidReflection().