언어

JNIEnv.AllocObject 메서드

정의

오버로드

AllocObject(IntPtr)

public static IntPtr AllocObject(IntPtr jclass);
static member AllocObject : nativeint -> nativeint

매개 변수

jclass
IntPtr

nativeint

반품

IntPtr

nativeint

설명

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

적용 대상

AllocObject(String)

public static IntPtr AllocObject(string jniClassName);
static member AllocObject : string -> nativeint

매개 변수

jniClassName
String

반품

IntPtr

nativeint

설명

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

적용 대상

AllocObject(Type)

public static IntPtr AllocObject(Type type);
static member AllocObject : Type -> nativeint

매개 변수

type
Type

반품

IntPtr

nativeint

설명

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

적용 대상