Compartilhar via


JNIEnv.NewObjectArray Método

Definição

Sobrecargas

NewObjectArray(Int32, IntPtr)
NewObjectArray(Int32, IntPtr, IntPtr)
NewObjectArray<T>(T[])

NewObjectArray(Int32, IntPtr)

public static IntPtr NewObjectArray (int length, IntPtr elementClass);
static member NewObjectArray : int * nativeint -> nativeint

Parâmetros

length
Int32
elementClass
IntPtr

nativeint

Retornos

IntPtr

nativeint

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

NewObjectArray(Int32, IntPtr, IntPtr)

public static IntPtr NewObjectArray (int length, IntPtr elementClass, IntPtr initialElement);
static member NewObjectArray : int * nativeint * nativeint -> nativeint

Parâmetros

length
Int32
elementClass
IntPtr

nativeint

initialElement
IntPtr

nativeint

Retornos

IntPtr

nativeint

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

NewObjectArray<T>(T[])

public static IntPtr NewObjectArray<T> (params T[]? values);
static member NewObjectArray : 'T[] -> nativeint

Parâmetros de tipo

T

Parâmetros

values
T[]

Retornos

IntPtr

nativeint

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a