JniRuntime Class

Definition

public class JniRuntime : IDisposable
type JniRuntime = class
    interface IDisposable
Inheritance
JniRuntime
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(JniRuntime+CreationOptions)

Properties

CurrentRuntime
GlobalReferenceCount
InvocationPointer
JniVersion
MarshalMemberBuilder
ObjectReferenceManager
TypeManager
ValueManager
WeakGlobalReferenceCount

Methods

AttachCurrentThread(String, JniObjectReference)
DestroyRuntime()
Dispose()
Dispose(Boolean)
ExceptionShouldTransitionToJni(Exception)
FailFast(String)
Finalize()
GetAvailableInvocationPointers()
GetCurrentManagedThreadName()
GetCurrentManagedThreadStackTrace(Int32, Boolean)
GetExceptionForThrowable(JniObjectReference, JniObjectReferenceOptions)
GetRegisteredRuntime(IntPtr)
GetRegisteredRuntimes()
RaisePendingException(Exception)
SetCurrent(JniRuntime)
ToString()

Applies to