Class ThreadInfo
Provides data for the ThreadClick
event.
public class ThreadInfo
- Inheritance
-
ThreadInfo
Properties
- File
Gets or sets file name of execution position associated with the thread.
- HasNoManagedFrames
Gets or sets a value indicating whether the thread has unmanaged frames.
- IsActive
Gets or sets a value indicating whether the thread in the active state.
- Line
Gets or sets line of the execution position associated with the thread.
- ThreadId
Gets or sets thread's ID.
- Title
Gets or sets title associated with the thread.