The ThreadInfo type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Clone()()()() |
Clones this ThreadInfo instance.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetName()()()() |
Gets the name of the thread.
| |
| GetPercentCPU()()()() |
Gets the percent of CPU used by this thread, in microseconds.
| |
| GetPercentSystem()()()() |
Gets the percent of system CPU time used by this thread, in microseconds.
| |
| GetPercentUser()()()() |
Gets the percent of user CPU time used by this thread, in microseconds.
| |
| GetSystemTimeDelta()()()() |
Gets the system time spent by thread since the last Snapshot, in microseconds.
| |
| GetSystemTimeTotal()()()() |
Gets the system time spent by this thread since the StreamBase
Server started, in microseconds.
| |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUserTimeDelta()()()() |
Gets the user time spent by thread since the last Snapshot, in microseconds.
| |
| GetUserTimeTotal()()()() |
Gets the user time spent by thread since the StreamBase
Server started, in microseconds.
| |
| ToString()()()() |
Returns a string representation of this instance.
(Overrides Object..::..ToString()()()().) |