Java.Lang.Object Members

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

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new Java.Lang.Object instance which wraps the specified Android object.
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.
List l = new ArrayList();
   Class c = l.getClass();
[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
The general contract for the equals and Object.GetHashCode methods is that if equals returns true for any two objects, then hashCode() must return the same value for these objects.
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
See Object.writing_hashCode if you intend implementing your own hashCode method.
static
GetObject<T>(IntPtr, Android.Runtime.JniHandleOwnership) : T
Documentation for this section has not yet been entered.
static
GetObject<T>(IntPtr, bool) : T
Wraps a JNI object reference into a fully typed Android.Runtime.IJavaObject implementation.
Notify()
This method can only be invoked by a thread which owns this object's monitor.
NotifyAll()
This method can only be invoked by a thread which owns this object's monitor.
ToArray<T>() : T[]
Documentation for this section has not yet been entered.
override
ToString() : string
See Object.writing_toString if you intend implementing your own toString method.
Wait()
A waiting thread can be sent interrupt() to cause it to prematurely stop waiting, so wait should be called in a loop to check that the condition that has been waited for has been met before continuing.
Wait(long)
A waiting thread can be sent interrupt() to cause it to prematurely stop waiting, so wait should be called in a loop to check that the condition that has been waited for has been met before continuing.
Wait(long, int)
A waiting thread can be sent interrupt() to cause it to prematurely stop waiting, so wait should be called in a loop to check that the condition that has been waited for has been met before continuing.

Protected Methods

Clone() : Object
Creates and returns a copy of this Object.
Dispose(bool)
Documentation for this section has not yet been entered.
JavaFinalize()
Uncaught exceptions thrown by finalizers are ignored and do not terminate the finalizer thread.
SetHandle(IntPtr)
Sets the Object.Handle property.
SetHandle(IntPtr, Android.Runtime.JniHandleOwnership)
Documentation for this section has not yet been entered.

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.