ToReflectedMethod(nint, nint, bool)
Converts a method ID derived from clazz to a \<tt\>java.lang.reflect.Method\</tt\> or \<tt\>java.lang.reflect.Constructor\</tt\> object.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
ToReflectedMethod(IntPtr, IntPtr, bool)
public static nint ToReflectedMethod(nint clazz, nint methodID, bool isStatic)
Parameters
Returns
Type | Description |
|---|---|
| IntPtr |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)