Lingua

JniRuntime.JniValueManager Class

Definition

public abstract class JniRuntime.JniValueManager : IDisposable
type JniRuntime.JniValueManager = class
    interface JniRuntime.ISetRuntime
    interface IDisposable
Inheritance
JniRuntime.JniValueManager
Derived
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

Name Description
JniRuntime.JniValueManager()

Properties

Name Description
Runtime

Methods

Name Description
ActivatePeer(IJavaPeerable, JniObjectReference, ConstructorInfo, Object[])
ActivatePeer(JniObjectReference, Type, ConstructorInfo, Object[])
AddPeer(IJavaPeerable)
CollectPeers()
ConstructPeer(IJavaPeerable, JniObjectReference, JniObjectReferenceOptions)
ConstructPeerCore(IJavaPeerable, JniObjectReference, JniObjectReferenceOptions)
CreateLocalObjectReferenceArgument(Type, Object)
CreateLocalObjectReferenceArgumentCore(Type, Object)
CreatePeer(JniObjectReference, JniObjectReferenceOptions, Type)
CreateValue(JniObjectReference, JniObjectReferenceOptions, Type)
CreateValue<T>(JniObjectReference, JniObjectReferenceOptions, Type)
CreateValueCore(JniObjectReference, JniObjectReferenceOptions, Type)
CreateValueCore<T>(JniObjectReference, JniObjectReferenceOptions, Type)
Dispose()
Dispose(Boolean)
DisposePeer(IJavaPeerable)
DisposePeerUnlessReferenced(IJavaPeerable)
EnsureNotDisposed()
FinalizePeer(IJavaPeerable)
GetJniIdentityHashCode(JniObjectReference)
GetPeer(JniObjectReference, Type)
GetSurfacedPeers()
GetValue(JniObjectReference, JniObjectReferenceOptions, Type)
GetValue<T>(IntPtr)
GetValue<T>(JniObjectReference, JniObjectReferenceOptions, Type)
GetValueCore(JniObjectReference, JniObjectReferenceOptions, Type)
GetValueCore<T>(JniObjectReference, JniObjectReferenceOptions, Type)
GetValueMarshaler(Type)
GetValueMarshaler<T>()
GetValueMarshalerCore(Type)
GetValueMarshalerCore<T>()
OnSetRuntime(JniRuntime)
PeekPeer(JniObjectReference)
PeekValue(JniObjectReference)
RemovePeer(IJavaPeerable)
TryConstructPeer(IJavaPeerable, JniObjectReference, JniObjectReferenceOptions, Type)
TryUnboxPeerObject(IJavaPeerable, Object)
WaitForGCBridgeProcessing()

Applies to