UtilDebugPrintMemberDebugInfo Method

Prints useful information in the debug output about the current member that called this method.

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 PrintMemberDebugInfo(
	params Object[] parameterValues
)

Parameters

parameterValues  Object
Optionally, the values that were passed to the calling method.

These values will be serialized and printed with JSON formatting.

See Also