JniEnvironment.StaticMethods Class

Definition

public static class JniEnvironment.StaticMethods
type JniEnvironment.StaticMethods = class
Inheritance
JniEnvironment.StaticMethods

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Methods

CallStaticBooleanMethod(JniObjectReference, JniMethodInfo)
CallStaticBooleanMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticByteMethod(JniObjectReference, JniMethodInfo)
CallStaticByteMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticCharMethod(JniObjectReference, JniMethodInfo)
CallStaticCharMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticDoubleMethod(JniObjectReference, JniMethodInfo)
CallStaticDoubleMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticFloatMethod(JniObjectReference, JniMethodInfo)
CallStaticFloatMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticIntMethod(JniObjectReference, JniMethodInfo)
CallStaticIntMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticLongMethod(JniObjectReference, JniMethodInfo)
CallStaticLongMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticObjectMethod(JniObjectReference, JniMethodInfo)
CallStaticObjectMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticShortMethod(JniObjectReference, JniMethodInfo)
CallStaticShortMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
CallStaticVoidMethod(JniObjectReference, JniMethodInfo)
CallStaticVoidMethod(JniObjectReference, JniMethodInfo, JniArgumentValue*)
GetStaticMethodID(JniObjectReference, String, String)

Applies to