Class ThreadInfo
Information about a thread
Inheritance
System.Object
ThreadInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Threading
Assembly: Simplic.Threading.dll
Syntax
public class ThreadInfo
Constructors
| Improve this Doc View SourceThreadInfo(Thread, ThreadType, ThreadImportance, ThreadOptions, String)
Declaration
public ThreadInfo(Thread thread, ThreadType type, ThreadImportance importance, ThreadOptions options, string name)
Parameters
Type | Name | Description |
---|---|---|
System.Threading.Thread | thread | |
ThreadType | type | |
ThreadImportance | importance | |
ThreadOptions | options | |
System.String | name |
Properties
| Improve this Doc View SourceImportance
Gets or sets the importance of the thread
Declaration
public ThreadImportance Importance { get; set; }
Property Value
Type | Description |
---|---|
ThreadImportance |
Name
Gets or sets the name of the thread
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Options
Gets or sets thread options
Declaration
public ThreadOptions Options { get; set; }
Property Value
Type | Description |
---|---|
ThreadOptions |
Thread
Gets the thread object
Declaration
public Thread Thread { get; }
Property Value
Type | Description |
---|---|
System.Threading.Thread |
Type
Gets or sets the content type of the thread
Declaration
public ThreadType Type { get; set; }
Property Value
Type | Description |
---|---|
ThreadType |
Methods
| Improve this Doc View SourceGetDescription()
Declaration
public string GetDescription()
Returns
Type | Description |
---|---|
System.String |