Thread.Enumerate(Thread[]) Method

Definition

Copies into the specified array every active thread in the current thread's thread group and its subgroups.

[Android.Runtime.Register("enumerate", "([Ljava/lang/Thread;)I", "")]
public static int Enumerate (Java.Lang.Thread[]? tarray);
[<Android.Runtime.Register("enumerate", "([Ljava/lang/Thread;)I", "")>]
static member Enumerate : Java.Lang.Thread[] -> int

Parameters

tarray
Thread[]

an array into which to put the list of threads

Returns

Int32

the number of threads put into the array

Attributes

Remarks

Java documentation for java.lang.Thread.enumerate(java.lang.Thread[]).

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