IDkmClrCustomVisualizerObjectProvider1610.CreateDebuggeeSideVisualizerObject Method

Definition

Instantiates the debuggee-side Custom Visualizer type in the debuggee process.

public void CreateDebuggeeSideVisualizerObject (Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult successResult, uint selectedVisualizerIndex, out string? exceptionType, out string? exceptionStackTrace, out string? exceptionMessage, out bool isBinaryFormatterSupported);
abstract member CreateDebuggeeSideVisualizerObject : Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult * uint32 * string * string * string * bool -> unit
Public Sub CreateDebuggeeSideVisualizerObject (successResult As DkmSuccessEvaluationResult, selectedVisualizerIndex As UInteger, ByRef exceptionType As String, ByRef exceptionStackTrace As String, ByRef exceptionMessage As String, ByRef isBinaryFormatterSupported As Boolean)

Parameters

successResult
DkmSuccessEvaluationResult

[In] The formatted result of a successful evaluation, ready to be displayed in an expression evaluation window.

selectedVisualizerIndex
UInt32

[In] The index of the selected visualizer.

exceptionType
String

[Out,Optional] The type of the exception thrown, if any.

exceptionStackTrace
String

[Out,Optional] The stack trace of the exception thrown, if any.

exceptionMessage
String

[Out,Optional] The exception message, if any.

isBinaryFormatterSupported
Boolean

[Out,Optional] The debuggee will check if the process where it is hosted supports the Binary Formatter and return false if it doesn't so that the UI falls back to communicate via JSON.

Applies to