JNIInvokeInterface class final

JNI invocation interface.

Inheritance

Constructors

JNIInvokeInterface()

Properties

AttachCurrentThread Pointer<NativeFunction<JIntMarker Function(Pointer<JavaVM1> vm, Pointer<Pointer<JniEnv>> p_env, Pointer<Void> thr_args)>>
getter/setter pair
AttachCurrentThreadAsDaemon Pointer<NativeFunction<JIntMarker Function(Pointer<JavaVM1> vm, Pointer<Pointer<JniEnv>> p_env, Pointer<Void> thr_args)>>
getter/setter pair
DestroyJavaVM Pointer<NativeFunction<JIntMarker Function(Pointer<JavaVM1> vm)>>
getter/setter pair
DetachCurrentThread Pointer<NativeFunction<JIntMarker Function(Pointer<JavaVM1> vm)>>
getter/setter pair
GetEnv Pointer<NativeFunction<JIntMarker Function(Pointer<JavaVM1> vm, Pointer<Pointer<Void>> p_env, JIntMarker version)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
reserved0 Pointer<Void>
getter/setter pair
reserved1 Pointer<Void>
getter/setter pair
reserved2 Pointer<Void>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited