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
[read-only] static | AllStackTraces | IDictionary<Thread, StackTraceElement[]>. Returns a map of all the currently live threads to their stack traces. |
ContextClassLoader | ClassLoader. Returns the context ClassLoader for this Thread. | |
Daemon | bool. Tests whether this is a daemon thread. | |
static | DefaultUncaughtExceptionHandler | Thread.IUncaughtExceptionHandler. Returns the default exception handler that's executed when uncaught exception terminates a thread. |
[read-only] | Id | long. Returns the thread's identifier. |
[read-only] | IsAlive | bool. Returns true if the receiver has already been started and still runs code (hasn't died yet). |
[read-only] | IsInterrupted | bool. Returns a boolean indicating whether the receiver has a pending interrupt request (true) or not ( false) |
Name | string. Returns the name of the Thread. | |
Priority | int. Returns the priority of the Thread. | |
[read-only] | ThreadGroup | ThreadGroup. Returns the ThreadGroup to which this Thread belongs. |
UncaughtExceptionHandler | Thread.IUncaughtExceptionHandler. Returns the thread's uncaught exception handler. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |