Java.Lang.ThreadGroup.Enumerate Method
Iterates over all thread groups in this group (and, optionally, its sub-groups) and stores the groups in the given array.

Syntax

[Android.Runtime.Register("enumerate", "([Ljava/lang/ThreadGroup;Z)I", "GetEnumerate_arrayLjava_lang_ThreadGroup_ZHandler")]
public virtual int Enumerate (ThreadGroup[] groups, bool recurse)

Parameters

groups
the array into which the ThreadGroups will be copied
recurse
indicates whether ThreadGroups in subgroups should be recursively copied as well or not

Returns

Documentation for this section has not yet been entered.

Remarks

Iterates over all thread groups in this group (and, optionally, its sub-groups) and stores the groups in the given array. Returns when the array is full or no more groups remain, whichever happens first.

Note that this method will silently ignore any thread groups that don't fit in the supplied array.

[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