Version: 2022.3
언어: 한국어
public static IntPtr NewObjectA (IntPtr clazz, IntPtr methodID, jvalue* args);

설명

Constructs a new Java object. The method ID indicates which constructor method to invoke. This ID must be obtained by calling GetMethodID() with <init> as the method name and void (V) as the return type.