DeadlockedThreadInfo Constructor |
Initializes the object.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public DeadlockedThreadInfo( Thread thread, StackTrace stackTrace )
Parameters
- thread
- Type: System.Threading.Thread
Thread in a deadlock. - stackTrace
- Type: System.Diagnostics.StackTrace
Stack trace of the thread or null if it was not possible to obtain it.