public struct ThreadIdentifier
Constructors
Declaration
public ThreadIdentifier(string threadNameWithIndex)
Parameters
Type |
Name |
Description |
System.String |
threadNameWithIndex |
|
Declaration
public ThreadIdentifier(string name, int index)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
index |
|
Declaration
public ThreadIdentifier(ThreadIdentifier threadIdentifier)
Parameters
Fields
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Declaration
public static int kSingle
Field Value
Type |
Description |
System.Int32 |
|
Properties
Declaration
public int index { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string name { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string threadNameWithIndex { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
Declaration
public void SetIndex(int newIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
newIndex |
|
Declaration
public void SetName(string newName)
Parameters
Type |
Name |
Description |
System.String |
newName |
|