DeadlockedThreadInfo Class |
Described state of thread that was detected to be in a deadlock.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
[SerializableAttribute] public sealed class DeadlockedThreadInfo
The DeadlockedThreadInfo type exposes the following members.
Name | Description | |
---|---|---|
DeadlockedThreadInfo |
Initializes the object.
|
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.
|