Open sandboxFocus

Class DeadlockedThreadInfo

Described state of thread that was detected to be in a deadlock.

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

Constructors

Name Description
DeadlockedThreadInfo(Thread, StackTrace)

Initializes the object.

Properties

Name Description
ManagedThreadId

Gets ID of the managed thread.

StackTrace

Gets the stack trace of the thread in deadlock or null if it was not possible to obtain the stack trace.

Thread

Gets the thread in deadlock or null if the object was deserialized.