Name | Description | |
---|---|---|
![]() | Count | Gets the number of ThreadInfo items in the ThreadInfoCollection. |
![]() | IsReadOnly | Gets a value indicating whether the ThreadInfoCollection is read-only. |
![]() | Item | Overloaded. Gets a ThreadInfo item at a specified index (in the sorted order). (NOT BY ThreadId or ThreadIndex! Use TryGetValue to lookup by ThreadIndex or TryFindThreadId to lookup by ThreadId.) |
![]() | MaxThreadIndex | Gets the maximum ThreadIndex value ever added to the ThreadInfoCollection. |