Thread
cs.system.runtime.constrainedexecution.CriticalFinalizerObject → cs.system.threading.Thread (extern final class)
Implements: cs.system.runtime.interopservices._Thread
Static Members
CurrentThread: Thread
CurrentPrincipal: cs.system.security.principal.IPrincipal
CurrentContext: cs.system.runtime.remoting.contexts.Context
AllocateNamedDataSlot(name: String): cs.system.LocalDataStoreSlot
Name | Type |
---|---|
name |
String |
Returns |
---|
cs.system.LocalDataStoreSlot |
Name | Type |
---|---|
name |
String |
AllocateDataSlot(): cs.system.LocalDataStoreSlot
Returns |
---|
cs.system.LocalDataStoreSlot |
GetData(slot: cs.system.LocalDataStoreSlot): Dynamic
Name | Type |
---|---|
slot |
cs.system.LocalDataStoreSlot |
Returns |
---|
Dynamic |
SetData(slot: cs.system.LocalDataStoreSlot, data: Dynamic): Void
Name | Type |
---|---|
slot |
cs.system.LocalDataStoreSlot |
data |
Dynamic |
GetNamedDataSlot(name: String): cs.system.LocalDataStoreSlot
Name | Type |
---|---|
name |
String |
Returns |
---|
cs.system.LocalDataStoreSlot |
GetDomain(): cs.system.AppDomain
Returns |
---|
cs.system.AppDomain |
GetDomainID(): Int
Returns |
---|
Int |
ResetAbort(): Void
Name | Type |
---|---|
millisecondsTimeout |
Int |
MemoryBarrier(): Void
Name | Type |
---|---|
iterations |
Int |
VolatileRead(address: cs.Ref): cs.types.UInt8
Name | Type |
---|---|
address |
cs.Ref |
Returns |
---|
cs.types.UInt8 |
VolatileWrite(address: cs.Ref, value: cs.types.UInt8): Void
Name | Type |
---|---|
address |
cs.Ref |
value |
cs.types.UInt8 |
BeginCriticalRegion(): Void
EndCriticalRegion(): Void
BeginThreadAffinity(): Void
EndThreadAffinity(): Void
Instance Members
ManagedThreadId: Int
ExecutionContext: ExecutionContext
Name: String
IsBackground: Bool
IsAlive: Bool
IsThreadPoolThread: Bool
CurrentUICulture: cs.system.globalization.CultureInfo
CurrentCulture: cs.system.globalization.CultureInfo
Abort(): Void
Interrupt(): Void
Join(): Void
Resume(): Void
Start(): Void
Suspend(): Void
Returns |
---|
Anonymous |
SetApartmentState(state: Anonymous): Void
Name | Type |
---|---|
state |
Anonymous |
TrySetApartmentState(state: Anonymous): Bool
Name | Type |
---|---|
state |
Anonymous |
Returns |
---|
Bool |
GetCompressedStack(): CompressedStack
Returns |
---|
CompressedStack |
SetCompressedStack(stack: CompressedStack): Void
Name | Type |
---|---|
stack |
CompressedStack |
new(start: ThreadStart): Void
Name | Type |
---|---|
start |
ThreadStart |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:libType |
- |
:csNative |
- |