Java.Lang.Thread: Property Members

The properties of Java.Lang.Thread are listed below. For a list of all members, see the Thread Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
static
AllStackTracesIDictionary<Thread, StackTraceElement[]>. Returns a map of all the currently live threads to their stack traces.
ContextClassLoaderClassLoader. Returns the context ClassLoader for this Thread.
Daemonbool. Tests whether this is a daemon thread.
static
DefaultUncaughtExceptionHandlerThread.IUncaughtExceptionHandler. Returns the default exception handler that's executed when uncaught exception terminates a thread.
[read-only]
Idlong. Returns the thread's identifier.
[read-only]
IsAlivebool. Returns true if the receiver has already been started and still runs code (hasn't died yet).
[read-only]
IsInterruptedbool. Returns a boolean indicating whether the receiver has a pending interrupt request (true) or not ( false)
Namestring. Returns the name of the Thread.
Priorityint. Returns the priority of the Thread.
[read-only]
ThreadGroupThreadGroup. Returns the ThreadGroup to which this Thread belongs.
UncaughtExceptionHandlerThread.IUncaughtExceptionHandler. Returns the thread's uncaught exception handler.

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.