JNIEnv.CopyArray Method

Definition

Overloads

CopyArray(IJavaObject[], IntPtr)
CopyArray(IntPtr, Array, Type)
CopyArray(Array, Type, IntPtr)
CopyArray(String[], IntPtr)
CopyArray(Single[], IntPtr)
CopyArray(IntPtr, UInt64[])
CopyArray(IntPtr, UInt32[])
CopyArray(IntPtr, UInt16[])
CopyArray(IntPtr, String[])
CopyArray(IntPtr, Single[])
CopyArray(IntPtr, Int64[])
CopyArray(IntPtr, Int16[])
CopyArray(IntPtr, Int32[])
CopyArray(IntPtr, Char[])
CopyArray(IntPtr, Byte[])
CopyArray(IntPtr, Boolean[])
CopyArray(Int64[], IntPtr)
CopyArray(Int32[], IntPtr)
CopyArray(Int16[], IntPtr)
CopyArray(Double[], IntPtr)
CopyArray(Char[], IntPtr)
CopyArray(Byte[], IntPtr)
CopyArray(Boolean[], IntPtr)
CopyArray(IntPtr, Double[])
CopyArray<T>(IntPtr, T[])
CopyArray<T>(T[], IntPtr)

CopyArray(IJavaObject[], IntPtr)

public static void CopyArray (Android.Runtime.IJavaObject[] src, IntPtr dest);
static member CopyArray : Android.Runtime.IJavaObject[] * nativeint -> unit

Parameters

src
IJavaObject[]
dest
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

CopyArray(IntPtr, Array, Type)

public static void CopyArray (IntPtr src, Array dest, Type? elementType = default);
static member CopyArray : nativeint * Array * Type -> unit

Parameters

src
IntPtr

nativeint

dest
Array
elementType
Type

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

CopyArray(Array, Type, IntPtr)

public static void CopyArray (Array source, Type elementType, IntPtr dest);
static member CopyArray : Array * Type * nativeint -> unit

Parameters

source
Array
elementType
Type
dest
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

CopyArray(String[], IntPtr)

public static void CopyArray (string[] src, IntPtr dest);
static member CopyArray : string[] * nativeint -> unit

Parameters

src
String[]
dest
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

CopyArray(Single[], IntPtr)

public static void CopyArray (float[] src, IntPtr dest);
static member CopyArray : single[] * nativeint -> unit

Parameters

src
Single[]
dest
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

CopyArray(IntPtr, UInt64[])

public static void CopyArray (IntPtr src, ulong[] dest);
static member CopyArray : nativeint * uint64[] -> unit

Parameters

src
IntPtr

nativeint

dest
UInt64[]

Applies to

CopyArray(IntPtr, UInt32[])

public static void CopyArray (IntPtr src, uint[] dest);
static member CopyArray : nativeint * uint32[] -> unit

Parameters

src
IntPtr

nativeint

dest
UInt32[]

Applies to

CopyArray(IntPtr, UInt16[])

public static void CopyArray (IntPtr src, ushort[] dest);
static member CopyArray : nativeint * uint16[] -> unit

Parameters

src
IntPtr

nativeint

dest
UInt16[]

Applies to

CopyArray(IntPtr, String[])

public static void CopyArray (IntPtr src, string[] dest);
static member CopyArray : nativeint * string[] -> unit

Parameters

src
IntPtr

nativeint

dest
String[]

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

CopyArray(IntPtr, Single[])

public static void CopyArray (IntPtr src, float[] dest);
static member CopyArray : nativeint * single[] -> unit

Parameters

src
IntPtr

nativeint

dest
Single[]

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

CopyArray(IntPtr, Int64[])

public static void CopyArray (IntPtr src, long[] dest);
static member CopyArray : nativeint * int64[] -> unit

Parameters

src
IntPtr

nativeint

dest
Int64[]

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

CopyArray(IntPtr, Int16[])

public static void CopyArray (IntPtr src, short[] dest);
static member CopyArray : nativeint * int16[] -> unit

Parameters

src
IntPtr

nativeint

dest
Int16[]

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

CopyArray(IntPtr, Int32[])

public static void CopyArray (IntPtr src, int[] dest);
static member CopyArray : nativeint * int[] -> unit

Parameters

src
IntPtr

nativeint

dest
Int32[]

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

CopyArray(IntPtr, Char[])

public static void CopyArray (IntPtr src, char[] dest);
static member CopyArray : nativeint * char[] -> unit

Parameters

src
IntPtr

nativeint

dest
Char[]

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

CopyArray(IntPtr, Byte[])

public static void CopyArray (IntPtr src, byte[] dest);
static member CopyArray : nativeint * byte[] -> unit

Parameters

src
IntPtr

nativeint

dest
Byte[]

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

CopyArray(IntPtr, Boolean[])

public static void CopyArray (IntPtr src, bool[] dest);
static member CopyArray : nativeint * bool[] -> unit

Parameters

src
IntPtr

nativeint

dest
Boolean[]

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

CopyArray(Int64[], IntPtr)

public static void CopyArray (long[] src, IntPtr dest);
static member CopyArray : int64[] * nativeint -> unit

Parameters

src
Int64[]
dest
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

CopyArray(Int32[], IntPtr)

public static void CopyArray (int[] src, IntPtr dest);
static member CopyArray : int[] * nativeint -> unit

Parameters

src
Int32[]
dest
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

CopyArray(Int16[], IntPtr)

public static void CopyArray (short[] src, IntPtr dest);
static member CopyArray : int16[] * nativeint -> unit

Parameters

src
Int16[]
dest
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

CopyArray(Double[], IntPtr)

public static void CopyArray (double[] src, IntPtr dest);
static member CopyArray : double[] * nativeint -> unit

Parameters

src
Double[]
dest
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

CopyArray(Char[], IntPtr)

public static void CopyArray (char[] src, IntPtr dest);
static member CopyArray : char[] * nativeint -> unit

Parameters

src
Char[]
dest
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

CopyArray(Byte[], IntPtr)

public static void CopyArray (byte[] src, IntPtr dest);
static member CopyArray : byte[] * nativeint -> unit

Parameters

src
Byte[]
dest
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

CopyArray(Boolean[], IntPtr)

public static void CopyArray (bool[] src, IntPtr dest);
static member CopyArray : bool[] * nativeint -> unit

Parameters

src
Boolean[]
dest
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

CopyArray(IntPtr, Double[])

public static void CopyArray (IntPtr src, double[] dest);
static member CopyArray : nativeint * double[] -> unit

Parameters

src
IntPtr

nativeint

dest
Double[]

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

CopyArray<T>(IntPtr, T[])

public static void CopyArray<T> (IntPtr src, T[] dest);
static member CopyArray : nativeint * 'T[] -> unit

Type Parameters

T

Parameters

src
IntPtr

nativeint

dest
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

CopyArray<T>(T[], IntPtr)

public static void CopyArray<T> (T[] src, IntPtr dest);
static member CopyArray : 'T[] * nativeint -> unit

Type Parameters

T

Parameters

src
T[]
dest
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