PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingDeadlock­Info
Open sandboxFocus

DeadlockInfo Class

Describes the detected deadlock.

Inheritance
DeadlockInfo
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public sealed class DeadlockInfo : Object

Constructors

Name Description
DeadlockInfo(String, IList<DeadlockedThreadInfo>)

Initializes the object.

Properties

Name Description
DeadlockedThreads

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

Description

Gets textual description of the deadlock.