JniRuntime.JniObjectReferenceManager Class

Definition

public abstract class JniRuntime.JniObjectReferenceManager : IDisposable
type JniRuntime.JniObjectReferenceManager = class
    interface IDisposable
    interface JniRuntime.ISetRuntime
Inheritance
JniRuntime.JniObjectReferenceManager
Implements

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.

Constructors

JniRuntime.JniObjectReferenceManager()

Properties

GlobalReferenceCount
LogGlobalReferenceMessages
LogLocalReferenceMessages
Runtime
WeakGlobalReferenceCount

Methods

CreatedLocalReference(JniObjectReference, Int32)
CreateGlobalReference(JniObjectReference)
CreateLocalReference(JniObjectReference, Int32)
CreateWeakGlobalReference(JniObjectReference)
DeleteGlobalReference(JniObjectReference)
DeleteLocalReference(JniObjectReference, Int32)
DeleteWeakGlobalReference(JniObjectReference)
Dispose()
Dispose(Boolean)
OnSetRuntime(JniRuntime)
ReleaseLocalReference(JniObjectReference, Int32)
WriteGlobalReferenceLine(String, Object[])
WriteLocalReferenceLine(String, Object[])

Applies to