public static void SetIntArrayElement (IntPtr array, int index, int val);

설명

Sets the int value of one element in a primitive array.

This function is a special case of SetIntArrayRegion(), called with region size set to 1.

See Also: Java Native Interface Specification (Oracle)