ThreadGroup.List Method

Definition

Prints information about this thread group to the standard output.

[Android.Runtime.Register("list", "()V", "GetListHandler")]
public virtual void List ();
[<Android.Runtime.Register("list", "()V", "GetListHandler")>]
abstract member List : unit -> unit
override this.List : unit -> unit
Attributes

Remarks

Prints information about this thread group to the standard output. This method is useful only for debugging.

Added in 1.0.

Java documentation for java.lang.ThreadGroup.list().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to