Id of the thread
Get the thread debug state
state
Get the thread exception state
state
Get the 32bit thread floating point state
state
Get the 64bit thread floating point state
state
Get the generic 32bit thread state (eax, ecx, ebx, etc...)
state
Get the generic 64bit thread state
state
Kill the thread
success
Pause the thread
success
Resume the thread (for paused threads)
success
Set the thread debug state
success
Set the thread exception state
success
Set the 32bit thread floating point state
success
Set the 64bit thread floating point state
success
Set the generic 32bit thread state (eax, ecx, ebx, etc...)
success
Set the generic 64bit thread state
success
Generated using TypeDoc
Represents a process thread
Obtained via
Process.getThreads()