PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingDeadlock­InfoDeadlocked­Threads
Open sandboxFocus

DeadlockInfo.DeadlockedThreads Property

DeadlockedThreads

Gets a collection of objects describing each thread in the deadlock.

Declaration
public ReadOnlyCollection<DeadlockedThreadInfo> DeadlockedThreads { get; }
Property Value
Type Description
System.Collections.ObjectModel.ReadOnlyCollection<DeadlockedThreadInfo>