Java.Lang.ThreadGroup.List Method
Outputs to System.out a text representation of the hierarchy of Threads and ThreadGroups in this thread group (and recursively).

Syntax

[Android.Runtime.Register("list", "()V", "GetListHandler")]
public virtual void List ()

Remarks

Outputs to System.out a text representation of the hierarchy of Threads and ThreadGroups in this thread group (and recursively). Proper indentation is used to show the nesting of groups inside groups and threads inside groups.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1