JNIEnv.CallStaticObjectMethod 메서드

정의

오버로드

CallStaticObjectMethod(IntPtr, IntPtr)

public static IntPtr CallStaticObjectMethod(IntPtr jclass, IntPtr jmethod);
static member CallStaticObjectMethod : nativeint * nativeint -> nativeint

매개 변수

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

반품

IntPtr

nativeint

설명

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

적용 대상

CallStaticObjectMethod(IntPtr, IntPtr, JValue*)

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

매개 변수

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue*

반품

IntPtr

nativeint

설명

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

적용 대상

CallStaticObjectMethod(IntPtr, IntPtr, JValue[])

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

매개 변수

jclass
IntPtr

nativeint

jmethod
IntPtr

nativeint

parms
JValue[]

반품

IntPtr

nativeint

설명

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

적용 대상