Java.Lang.Ref.Reference Members

The members of Java.Lang.Ref.Reference are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsEnqueuedbool. Checks whether the reference object has been enqueued.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Clear()
Makes the referent null.
Enqueue() : bool
Forces the reference object to be enqueued if it has been associated with a queue.
Get() : Java.Lang.Object
Returns the referent of the reference object.