언어

JniEnvironment.StaticMethods 클래스

정의

public static class JniEnvironment.StaticMethods
type JniEnvironment.StaticMethods = class
상속
JniEnvironment.StaticMethods

설명

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

메서드

속성 Description
CallStaticBooleanMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticBooleanMethod(JniObjectReference, JniMethodInfo)
CallStaticByteMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticByteMethod(JniObjectReference, JniMethodInfo)
CallStaticCharMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticCharMethod(JniObjectReference, JniMethodInfo)
CallStaticDoubleMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticDoubleMethod(JniObjectReference, JniMethodInfo)
CallStaticFloatMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticFloatMethod(JniObjectReference, JniMethodInfo)
CallStaticIntMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticIntMethod(JniObjectReference, JniMethodInfo)
CallStaticLongMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticLongMethod(JniObjectReference, JniMethodInfo)
CallStaticObjectMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticObjectMethod(JniObjectReference, JniMethodInfo)
CallStaticShortMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticShortMethod(JniObjectReference, JniMethodInfo)
CallStaticVoidMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticVoidMethod(JniObjectReference, JniMethodInfo)
GetStaticMethodID(JniObjectReference, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

null로 종료된 UTF-8 이름 및 서명 범위를 사용하여 JNI 정적 메서드 ID를 조회합니다. 문자열 마샬링 오버헤드를 방지하려면 리터럴과 함께 "methodName"u8 사용합니다.

GetStaticMethodID(JniObjectReference, String, String)

적용 대상