Thread
IUncaughtExceptionHandler
State
MaxPriority
MinPriority
NormPriority
Thread()
Thread(Action)
Thread(IRunnable)
Thread(String)
Thread(Action, String)
Thread(IntPtr, JniHandleOwnership)
Thread(IRunnable, String)
Thread(ThreadGroup, Action)
Thread(ThreadGroup, IRunnable)
Thread(ThreadGroup, String)
Thread(ThreadGroup, Action, String)
Thread(ThreadGroup, IRunnable, String)
Thread(ThreadGroup, Action, String, Int64)
Thread(ThreadGroup, IRunnable, String, Int64)
Thread(ThreadGroup, IRunnable, String, Int64, Boolean)
AllStackTraces
ContextClassLoader
Daemon
DefaultUncaughtExceptionHandler
Id
IsAlive
IsInterrupted
JniPeerMembers
Name
Priority
ThreadGroup
ThresholdClass
ThresholdType
UncaughtExceptionHandler
ActiveCount()
CheckAccess()
CountStackFrames()
CurrentThread()
Destroy()
DumpStack()
Enumerate(Thread[])
GetStackTrace()
GetState()
HoldsLock(Object)
Interrupt()
Interrupted()
Join()
Join(Int64)
Join(Int64, Int32)
OnSpinWait()
Resume()
Run()
Sleep(Int64)
Sleep(Int64, Int32)
Start()
Stop()
Stop(Throwable)
Suspend()
Yield()
net9.0-android34.0
namespace Java.Lang
{
[Register("java/lang/Thread", DoNotGenerateAcw = true)]
public class Thread : Object, IJavaObject, IJavaPeerable, IRunnable, IDisposable
{
public virtual bool IsInterrupted
{
[Register("isInterrupted", "()Z", "GetIsInterruptedHandler")]
get;
}
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | The property getter is only supported on the following platforms:
|
- Built-in API
- Package-provided API