Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

clazz


methodID


isStatic

Returns

Type

Description

IntPtr

Remarks