Java.Lang.Object Members

The members of Java.Lang.Object are listed below.

See Also: Inherited members from System.Object

Public Constructors

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

Protected Constructors

Constructs a new instance of Object.

Public Properties

[read-only]
ClassClass. Returns the unique instance of Java.Lang.Class that represents this object's class.
[read-only]
HandleIntPtr. The handle to the underlying Android instance.

Protected Properties

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

Public Methods

Dispose()
Documentation for this section has not yet been entered.
Equals(Object) : bool
Compares this instance with the specified object and indicates if they are equal.
Finalize()
Documentation for this section has not yet been entered.
static
FromArray<T>(T[]) : Object
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Returns an integer hash code for this object.
static
GetObject<T>(IntPtr, Android.Runtime.JniHandleOwnership) : T
Wraps a JNI object reference into a fully typed Android.Runtime.IJavaObject implementation.
static
GetObject<T>(IntPtr, IntPtr, Android.Runtime.JniHandleOwnership) : T
Documentation for this section has not yet been entered.
Notify()
Causes a thread which is waiting on this object's monitor (by means of calling one of the wait() methods) to be woken up.
NotifyAll()
Causes all threads which are waiting on this object's monitor (by means of calling one of the wait() methods) to be woken up.
ToArray<T>() : T[]
Documentation for this section has not yet been entered.
override
ToString() : string
Returns a string containing a concise, human-readable description of this object.
Wait()
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object.
Wait(long)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the specified timeout expires.
Wait(long, int)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the specified timeout expires.

Protected Methods

Clone() : Object
Creates and returns a copy of this Object.
Dispose(bool)
Documentation for this section has not yet been entered.
JavaFinalize()
Invoked when the garbage collector has detected that this instance is no longer reachable.
SetHandle(IntPtr, Android.Runtime.JniHandleOwnership)
Sets the Object.Handle property.

Public Operators

static
Conversion to Java.Lang.Object[](Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Boolean(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Boolean[](Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Byte[](Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Char(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Char[](Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Double(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Double[](Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Int32(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Int32[](Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Int64(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Int64[](Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.SByte(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Single(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.Single[](Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.String(Explicit)Documentation for this section has not yet been entered.
static
Conversion to System.String[](Explicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.
static
Conversion to Java.Lang.Object(Implicit)Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

Java.Interop.IJavaObjectEx.IsProxybool. Documentation for this section has not yet been entered.
Java.Interop.IJavaObjectEx.KeyHandleIntPtr. Documentation for this section has not yet been entered.
Java.Interop.IJavaObjectEx.NeedsActivationbool. Documentation for this section has not yet been entered.
Java.Interop.IJavaObjectEx.ToLocalJniHandleDocumentation for this section has not yet been entered.