FromReflectedMethod(nint)
Converts a \<tt\>java.lang.reflect.Method\</tt\> or \<tt\>java.lang.reflect.Constructor\</tt\> object to a method ID.
Read time 1 minuteLast updated 10 hours ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
FromReflectedMethod(IntPtr)
public static nint FromReflectedMethod(nint refMethod)
Parameters
Returns
Type | Description |
|---|---|
| IntPtr |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)