UtilDebugPrintThreadDebugInfo Method

Prints useful information in the debug output about the current process thread pool for managed threads, and optionally about the current .NET thread object and/or the current operating system thread object.

Definition

Namespace: DevCase.Core.Diagnostics.Debugging.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[STAThreadAttribute]
public static void PrintThreadDebugInfo(
	bool includeThreadPoolInfo = true,
	bool includeNativeThreadInfo = false
)

Parameters

includeThreadPoolInfo  Boolean  (Optional)
If True, includes debug information about the current .NET thread object executing this code.

Default value: True

includeNativeThreadInfo  Boolean  (Optional)
If True, includes debug information about the current operating system thread object executing this code.

Default value: False

See Also