DeadlockInfo.DeadlockedThreads Property |
Gets a collection of objects describing each thread in the deadlock.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public ReadOnlyCollection<DeadlockedThreadInfo> DeadlockedThreads { get; }