Thread.Enumerate(Thread[]) 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.
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
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.