The ThreadInfo type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Name
Gets the name of the thread.
PercentCPU
Gets the percent of CPU used by this thread, in microseconds.
PercentSystem
Gets the percent of system CPU time used by this thread, in microseconds.
PercentUser
Gets the percent of user CPU time used by this thread, in microseconds.
SystemTimeDelta
Gets the system time spent by thread since the last Snapshot, in microseconds.
SystemTimeTotal
Gets the system time spent by this thread since the StreamBase Server started, in microseconds.
UserTimeDelta
Gets the user time spent by thread since the last Snapshot, in microseconds.
UserTimeTotal
Gets the user time spent by thread since the StreamBase Server started, in microseconds.

See Also