'Declaration
Public Overloads Function TryGetValue( _ ByVal threadIndex As Integer, _ ByRef threadInfo As ThreadInfo _ ) As Boolean
public bool TryGetValue( int threadIndex, out ThreadInfo threadInfo )
Parameters
- threadIndex
- The ThreadId of the desired ThreadInfo.
- threadInfo
- Gets the ThreadInfo with the specified ThreadIndex if it exists in the ThreadInfoCollection.
Return Value
True if found, false if not found.