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

◆ GetStaticMethodID()

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

Definition at line 24 of file AndroidReflection.cs.

25 {
27 IntPtr staticMethodID = AndroidJNISafe.GetStaticMethodID(intPtr, clazz, methodName);
28 AndroidJNISafe.DeleteLocalRef(intPtr);
29 return staticMethodID;
30 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by UnityEngine.AndroidReflection.AndroidReflection().