JniObjectReference.Dispose Method

Definition

Overloads

Dispose(JniObjectReference)
Dispose(JniObjectReference, JniObjectReferenceOptions)

Dispose(JniObjectReference)

public static void Dispose (ref Java.Interop.JniObjectReference reference);
static member Dispose : JniObjectReference -> unit

Parameters

reference
JniObjectReference

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.

Applies to

Dispose(JniObjectReference, JniObjectReferenceOptions)

public static void Dispose (ref Java.Interop.JniObjectReference reference, Java.Interop.JniObjectReferenceOptions options);
static member Dispose : JniObjectReference * Java.Interop.JniObjectReferenceOptions -> unit

Parameters

reference
JniObjectReference

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.

Applies to