JNIEnv.CopyArray Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
CopyArray(IJavaObject[], IntPtr)
public static void CopyArray(Android.Runtime.IJavaObject[] src, IntPtr dest);
static member CopyArray : Android.Runtime.IJavaObject[] * nativeint -> unit
Parámetros
- src
- IJavaObject[]
- dest
-
IntPtr
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(IntPtr, Array, Type)
public static void CopyArray(IntPtr src, Array dest, Type? elementType = default);
static member CopyArray : nativeint * Array * Type -> unit
Parámetros
- src
-
IntPtr
nativeint
- dest
- Array
- elementType
- Type
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(Array, Type, IntPtr)
public static void CopyArray(Array source, Type elementType, IntPtr dest);
static member CopyArray : Array * Type * nativeint -> unit
Parámetros
- source
- Array
- elementType
- Type
- dest
-
IntPtr
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(String[], IntPtr)
public static void CopyArray(string[] src, IntPtr dest);
static member CopyArray : string[] * nativeint -> unit
Parámetros
- src
- String[]
- dest
-
IntPtr
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(Single[], IntPtr)
public static void CopyArray(float[] src, IntPtr dest);
static member CopyArray : single[] * nativeint -> unit
Parámetros
- src
- Single[]
- dest
-
IntPtr
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(IntPtr, String[])
public static void CopyArray(IntPtr src, string[] dest);
static member CopyArray : nativeint * string[] -> unit
Parámetros
- src
-
IntPtr
nativeint
- dest
- String[]
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(IntPtr, Single[])
public static void CopyArray(IntPtr src, float[] dest);
static member CopyArray : nativeint * single[] -> unit
Parámetros
- src
-
IntPtr
nativeint
- dest
- Single[]
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(IntPtr, Int64[])
public static void CopyArray(IntPtr src, long[] dest);
static member CopyArray : nativeint * int64[] -> unit
Parámetros
- src
-
IntPtr
nativeint
- dest
- Int64[]
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(IntPtr, Int16[])
public static void CopyArray(IntPtr src, short[] dest);
static member CopyArray : nativeint * int16[] -> unit
Parámetros
- src
-
IntPtr
nativeint
- dest
- Int16[]
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(IntPtr, Int32[])
public static void CopyArray(IntPtr src, int[] dest);
static member CopyArray : nativeint * int[] -> unit
Parámetros
- src
-
IntPtr
nativeint
- dest
- Int32[]
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(IntPtr, Char[])
public static void CopyArray(IntPtr src, char[] dest);
static member CopyArray : nativeint * char[] -> unit
Parámetros
- src
-
IntPtr
nativeint
- dest
- Char[]
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(IntPtr, Byte[])
public static void CopyArray(IntPtr src, byte[] dest);
static member CopyArray : nativeint * byte[] -> unit
Parámetros
- src
-
IntPtr
nativeint
- dest
- Byte[]
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(IntPtr, Boolean[])
public static void CopyArray(IntPtr src, bool[] dest);
static member CopyArray : nativeint * bool[] -> unit
Parámetros
- src
-
IntPtr
nativeint
- dest
- Boolean[]
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(Int64[], IntPtr)
public static void CopyArray(long[] src, IntPtr dest);
static member CopyArray : int64[] * nativeint -> unit
Parámetros
- src
- Int64[]
- dest
-
IntPtr
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(Int32[], IntPtr)
public static void CopyArray(int[] src, IntPtr dest);
static member CopyArray : int[] * nativeint -> unit
Parámetros
- src
- Int32[]
- dest
-
IntPtr
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(Int16[], IntPtr)
public static void CopyArray(short[] src, IntPtr dest);
static member CopyArray : int16[] * nativeint -> unit
Parámetros
- src
- Int16[]
- dest
-
IntPtr
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(Double[], IntPtr)
public static void CopyArray(double[] src, IntPtr dest);
static member CopyArray : double[] * nativeint -> unit
Parámetros
- src
- Double[]
- dest
-
IntPtr
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(Char[], IntPtr)
public static void CopyArray(char[] src, IntPtr dest);
static member CopyArray : char[] * nativeint -> unit
Parámetros
- src
- Char[]
- dest
-
IntPtr
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(Byte[], IntPtr)
public static void CopyArray(byte[] src, IntPtr dest);
static member CopyArray : byte[] * nativeint -> unit
Parámetros
- src
- Byte[]
- dest
-
IntPtr
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(Boolean[], IntPtr)
public static void CopyArray(bool[] src, IntPtr dest);
static member CopyArray : bool[] * nativeint -> unit
Parámetros
- src
- Boolean[]
- dest
-
IntPtr
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray(IntPtr, Double[])
public static void CopyArray(IntPtr src, double[] dest);
static member CopyArray : nativeint * double[] -> unit
Parámetros
- src
-
IntPtr
nativeint
- dest
- Double[]
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray<T>(IntPtr, T[])
public static void CopyArray<T>(IntPtr src, T[] dest);
static member CopyArray : nativeint * 'T[] -> unit
Parámetros de tipo
- T
Parámetros
- src
-
IntPtr
nativeint
- dest
- T[]
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
CopyArray<T>(T[], IntPtr)
public static void CopyArray<T>(T[] src, IntPtr dest);
static member CopyArray : 'T[] * nativeint -> unit
Parámetros de tipo
- T
Parámetros
- src
- T[]
- dest
-
IntPtr
nativeint
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.