JNIEnv.CallStaticLongMethod メソッド

定義

オーバーロード

CallStaticLongMethod(IntPtr, IntPtr)

public static long CallStaticLongMethod(IntPtr jclass, IntPtr jmethod);
static member CallStaticLongMethod : nativeint * nativeint -> int64

パラメーター

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

返品

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

CallStaticLongMethod(IntPtr, IntPtr, JValue*)

public static long CallStaticLongMethod(IntPtr jclass, IntPtr jmethod, Android.Runtime.JValue* parms);
static member CallStaticLongMethod : nativeint * nativeint * nativeptr<Android.Runtime.JValue> -> int64

パラメーター

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue*

返品

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

CallStaticLongMethod(IntPtr, IntPtr, JValue[])

public static long CallStaticLongMethod(IntPtr jclass, IntPtr jmethod, params Android.Runtime.JValue[] parms);
static member CallStaticLongMethod : nativeint * nativeint * Android.Runtime.JValue[] -> int64

パラメーター

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue[]

返品

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象