Java.Lang.ThreadGroup: Property Members

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

See Also: Inherited members from Java.Lang.Object

Public Properties

Daemonbool. Checks whether this thread group is a daemon ThreadGroup.
[read-only]
IsDestroyedbool. Checks whether this thread group has already been destroyed.
MaxPriorityint. Returns the maximum allowed priority for a Thread in this thread group.
[read-only]
Namestring. Returns the name of this thread group.
[read-only]
ParentThreadGroup. Returns this thread group's parent ThreadGroup.

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.