JNIEnv.CopyObjectArray Method

Definition

Overloads

CopyObjectArray<T>(IntPtr, T[])
CopyObjectArray<T>(T[], IntPtr)

CopyObjectArray<T>(IntPtr, T[])

public static void CopyObjectArray<T> (IntPtr source, T[] destination);
static member CopyObjectArray : nativeint * 'T[] -> unit

Type Parameters

T

Parameters

source
IntPtr

nativeint

destination
T[]

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

CopyObjectArray<T>(T[], IntPtr)

public static void CopyObjectArray<T> (T[]? source, IntPtr destination);
static member CopyObjectArray : 'T[] * nativeint -> unit

Type Parameters

T

Parameters

source
T[]
destination
IntPtr

nativeint

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to