JNIEnv.StartCreateInstance メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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*
返品
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[]
返品
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*
返品
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[]
返品
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*
返品
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[]
返品
nativeint
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。