Gets or sets the length of the thread name.
Namespace: CleanCode.DiagnosticsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public static int ThreadNameLength { get; set; }
public static int ThreadNameLength { get; set; }
Public Shared Property ThreadNameLength As Integer
Get
Set
Public Shared Property ThreadNameLength As Integer
Get
Set
public:
static property int ThreadNameLength {
int get ();
void set (int value);
}
public:
static property int ThreadNameLength {
int get ();
void set (int value);
}
Field Value
The length of the thread name.
Names longer than this length are truncated.