PostSharp//API Reference/Post­Sharp.​Patterns.​Threading/Deadlock­Info/Deadlocked­Threads
Open sandboxFocus

Property DeadlockedThreads

DeadlockedThreads

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

Declaration
public ReadOnlyCollection<DeadlockedThreadInfo> DeadlockedThreads { get; }
Property Value
Type Description
ReadOnlyCollection<DeadlockedThreadInfo>