C-DEngine 5.105

TheDiagnostics..::..SetThreadName Method (String, Boolean)

Sets the Thread Name for debugging

Namespace:  nsCDEngine.ISM
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static void SetThreadName(
	string tName,
	bool IsBackGround
)
Public Shared Sub SetThreadName ( _
	tName As String, _
	IsBackGround As Boolean _
)
public:
static void SetThreadName(
	String^ tName, 
	bool^ IsBackGround
)

Parameters

tName
Type: String
Friendly name for the Thread
IsBackGround
Type: Boolean
If true, this thread is a designated background thread