SYSTEM_THREAD_INFORMATION class base struct

The SYSTEM_THREAD_INFORMATION structure contains information about a thread running on a system.

Inheritance

Constructors

SYSTEM_THREAD_INFORMATION()

Properties

BasePriority int
getter/setter pair
ClientId CLIENT_ID
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Priority int
getter/setter pair
Reserved1 Array<Int64>
getter/setter pair
Reserved2 int
getter/setter pair
Reserved3 int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
StartAddress Pointer<NativeType>
getter/setter pair
ThreadState int
getter/setter pair
WaitReason int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited