AndroidJNI.NewObjectArray

Declaration

public static IntPtr NewObjectArray(int size, IntPtr clazz, IntPtr obj);

Description

Constructs a new array holding objects in class clazz. All elements are initially set to obj.


Did you find this page useful? Please give it a rating: