JNIEnv.FinishCreateInstance メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FinishCreateInstance(IntPtr, IntPtr, IntPtr, JValue*)
public static void FinishCreateInstance(IntPtr instance, IntPtr jclass, IntPtr constructorId, Android.Runtime.JValue* constructorParameters);
static member FinishCreateInstance : nativeint * nativeint * nativeint * nativeptr<Android.Runtime.JValue> -> unit
パラメーター
- instance
-
IntPtr
nativeint
- jclass
-
IntPtr
nativeint
- constructorId
-
IntPtr
nativeint
- constructorParameters
- JValue*
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
FinishCreateInstance(IntPtr, IntPtr, IntPtr, JValue[])
public static void FinishCreateInstance(IntPtr instance, IntPtr jclass, IntPtr constructorId, params Android.Runtime.JValue[] constructorParameters);
static member FinishCreateInstance : nativeint * nativeint * nativeint * Android.Runtime.JValue[] -> unit
パラメーター
- instance
-
IntPtr
nativeint
- jclass
-
IntPtr
nativeint
- constructorId
-
IntPtr
nativeint
- constructorParameters
- JValue[]
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
FinishCreateInstance(IntPtr, String, JValue*)
public static void FinishCreateInstance(IntPtr instance, string jniCtorSignature, Android.Runtime.JValue* constructorParameters);
static member FinishCreateInstance : nativeint * string * nativeptr<Android.Runtime.JValue> -> unit
パラメーター
- instance
-
IntPtr
nativeint
- jniCtorSignature
- String
- constructorParameters
- JValue*
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
FinishCreateInstance(IntPtr, String, JValue[])
public static void FinishCreateInstance(IntPtr instance, string jniCtorSignature, params Android.Runtime.JValue[] constructorParameters);
static member FinishCreateInstance : nativeint * string * Android.Runtime.JValue[] -> unit
パラメーター
- instance
-
IntPtr
nativeint
- jniCtorSignature
- String
- constructorParameters
- JValue[]
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。