ThreadGroup.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.