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

◆ _CallStatic()

void UnityEngine.AndroidJavaObject._CallStatic ( string methodName,
params object[] args )
inlineprotected

Definition at line 337 of file AndroidJavaObject.cs.

338 {
339 if (args == null)
340 {
341 }
342 string text;
343 IntPtr methodID = _AndroidJNIHelper.GetMethodID(this.m_jclass.m_jobject, methodName, text, true);
344 jvalue[] array;
345 AndroidJNISafe.CallStaticVoidMethod(this.m_jclass.m_jobject, methodID, array);
346 }
class f__AnonymousType0<< Count > j__TPar

References System.array, UnityEngine.AndroidJNISafe.CallStaticVoidMethod(), UnityEngine._AndroidJNIHelper.GetMethodID(), j__TPar, UnityEngine.AndroidJavaObject.m_jclass, UnityEngine.GlobalJavaObjectRef.m_jobject, and System.text.

Referenced by UnityEngine.AndroidJavaObject.CallStatic().