JniEnvironment.References Class

Definition

JNI Reference-related functionality.

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

Remarks

The JniEnvironment.References class exposes JNI Global, Local, Weak-Global-related functionality which is not exposed by the JniObjectReference class, particularly JNI reference creation and destruction.

Methods

CreatedReference(JniObjectReference)

Account for the creation of a JNI Reference.

EnsureLocalCapacity(Int32)
GetIdentityHashCode(JniObjectReference)
GetJavaVM(IntPtr)
NewReturnToJniRef(IJavaPeerable)
NewReturnToJniRef(JniObjectReference)
PopLocalFrame(JniObjectReference)
PushLocalFrame(Int32)

Applies to