UtilDebugPrintMemberDebugInfo Method
Prints useful information in the debug output about the current member that called this method.
Namespace: DevCase.Core.Diagnostics.Debugging.CommonAssembly: 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
)
<STAThreadAttribute>
Public Shared Sub PrintMemberDebugInfo (
ParamArray parameterValues As Object()
)
Dim parameterValues As Object()
UtilDebug.PrintMemberDebugInfo(parameterValues)
public:
[STAThreadAttribute]
static void PrintMemberDebugInfo(
... array<Object^>^ parameterValues
)
[<STAThreadAttribute>]
static member PrintMemberDebugInfo :
parameterValues : Object[] -> unit
No code example is currently available or this language may not be supported.
Parameters
- parameterValues Object
-
Optionally, the values that were passed to the calling method.
These values will be serialized and printed with JSON formatting.