언어

JNIEnv.StartCreateInstance 메서드

정의

오버로드

StartCreateInstance(IntPtr, IntPtr, JValue*)

public static IntPtr StartCreateInstance(IntPtr jclass, IntPtr constructorId, Android.Runtime.JValue* constructorParameters);
static member StartCreateInstance : nativeint * nativeint * nativeptr<Android.Runtime.JValue> -> nativeint

매개 변수

jclass
IntPtr

nativeint

constructorId
IntPtr

nativeint

constructorParameters
JValue*

반품

IntPtr

nativeint

설명

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

적용 대상

StartCreateInstance(IntPtr, IntPtr, JValue[])

public static IntPtr StartCreateInstance(IntPtr jclass, IntPtr constructorId, params Android.Runtime.JValue[] constructorParameters);
static member StartCreateInstance : nativeint * nativeint * Android.Runtime.JValue[] -> nativeint

매개 변수

jclass
IntPtr

nativeint

constructorId
IntPtr

nativeint

constructorParameters
JValue[]

반품

IntPtr

nativeint

설명

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

적용 대상

StartCreateInstance(String, String, JValue*)

public static IntPtr StartCreateInstance(string jniClassName, string jniCtorSignature, Android.Runtime.JValue* constructorParameters);
static member StartCreateInstance : string * string * nativeptr<Android.Runtime.JValue> -> nativeint

매개 변수

jniClassName
String
jniCtorSignature
String
constructorParameters
JValue*

반품

IntPtr

nativeint

설명

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

적용 대상

StartCreateInstance(String, String, JValue[])

public static IntPtr StartCreateInstance(string jniClassName, string jniCtorSignature, params Android.Runtime.JValue[] constructorParameters);
static member StartCreateInstance : string * string * Android.Runtime.JValue[] -> nativeint

매개 변수

jniClassName
String
jniCtorSignature
String
constructorParameters
JValue[]

반품

IntPtr

nativeint

설명

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

적용 대상

StartCreateInstance(Type, String, JValue*)

public static IntPtr StartCreateInstance(Type type, string jniCtorSignature, Android.Runtime.JValue* constructorParameters);
static member StartCreateInstance : Type * string * nativeptr<Android.Runtime.JValue> -> nativeint

매개 변수

type
Type
jniCtorSignature
String
constructorParameters
JValue*

반품

IntPtr

nativeint

설명

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

적용 대상

StartCreateInstance(Type, String, JValue[])

public static IntPtr StartCreateInstance(Type type, string jniCtorSignature, params Android.Runtime.JValue[] constructorParameters);
static member StartCreateInstance : Type * string * Android.Runtime.JValue[] -> nativeint

매개 변수

type
Type
jniCtorSignature
String
constructorParameters
JValue[]

반품

IntPtr

nativeint

설명

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

적용 대상