언어

JNIEnv.NewObjectArray 메서드

정의

오버로드

NewObjectArray(Int32, IntPtr)

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

매개 변수

length
Int32
elementClass
IntPtr

nativeint

반품

IntPtr

nativeint

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

NewObjectArray(Int32, IntPtr, IntPtr)

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

매개 변수

length
Int32
elementClass
IntPtr

nativeint

initialElement
IntPtr

nativeint

반품

IntPtr

nativeint

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

NewObjectArray<T>(T[])

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

형식 매개 변수

T

매개 변수

values
T[]

반품

IntPtr

nativeint

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상