ThreadGroup
ThreadGroup(String)
ThreadGroup(IntPtr, JniHandleOwnership)
ThreadGroup(ThreadGroup, String)
Daemon
IsDestroyed
JniPeerMembers
MaxPriority
Name
Parent
ThresholdClass
ThresholdType
ActiveCount()
ActiveGroupCount()
AllowThreadSuspension(Boolean)
CheckAccess()
Destroy()
Enumerate(Thread[])
Enumerate(ThreadGroup[])
Enumerate(Thread[], Boolean)
Enumerate(ThreadGroup[], Boolean)
Interrupt()
List()
ParentOf(ThreadGroup)
Resume()
Stop()
Suspend()
UncaughtException(Thread, Throwable)
monoandroid
namespace Java.Lang
{
[Register("java/lang/ThreadGroup", DoNotGenerateAcw = true)]
public class ThreadGroup : Object, IJavaObject, IJavaPeerable, IUncaughtExceptionHandler, IDisposable
{
[Register("checkAccess", "()V", "")]
public void CheckAccess();
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API